/[Apache-SVN]/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/modules/Module.java
ViewVC logotype

Log of /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/modules/Module.java

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 431585)

Revision 396785 - (view) (annotate) - [select for diffs]
Modified Tue Apr 25 06:36:30 2006 UTC (3 years, 7 months ago) by chinthaka
File length: 2323 byte(s)
Diff to previous 377137 (colored)
minor fix in to the javadoc

Revision 377137 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 05:57:47 2006 UTC (3 years, 9 months ago) by dims
File length: 2317 byte(s)
Diff to previous 371801 (colored)
fix imports

Revision 371801 - (view) (annotate) - [select for diffs]
Modified Tue Jan 24 04:16:09 2006 UTC (3 years, 10 months ago) by deepal
File length: 2317 byte(s)
Diff to previous 370388 (colored)
- added support for module description
- rename ModuleDescription into AxisModule to have the consistent nature
- update jsps
- improved service start/stop capability

Revision 370388 - (view) (annotate) - [select for diffs]
Modified Thu Jan 19 05:46:11 2006 UTC (3 years, 10 months ago) by deepal
File length: 2331 byte(s)
Diff to previous 357243 (colored)
- change Module interface to notify the module when some one engage that modules
  -engaeNotify
- and change the init method to take Configurationcontext and ModuleDescription as argument

Revision 357243 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 21:59:15 2005 UTC (3 years, 11 months ago) by dims
File length: 1756 byte(s)
Diff to previous 357187 (colored)
Garbage collection, remove unused code and commented out lines

Revision 357187 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 17:13:57 2005 UTC (3 years, 11 months ago) by dims
File length: 1885 byte(s)
Diff to previous 289336 (colored)
Indenting and formatting changes ONLY

Revision 289336 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 22:57:59 2005 UTC (4 years, 2 months ago) by dims
File length: 1898 byte(s)
Diff to previous 289289 (colored)
Cleanup copyright, @author tags, garbage from IDE auto generated class headers

Revision 289289 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 18:52:11 2005 UTC (4 years, 2 months ago) by dims
File length: 1900 byte(s)
Diff to previous 264830 (colored)
set svn:eol-style native on all java and xml files.


Revision 264830 - (view) (annotate) - [select for diffs]
Modified Tue Aug 30 19:13:25 2005 UTC (4 years, 2 months ago) by dims
File length: 1900 byte(s)
Diff to previous 230750 (colored)
Move Axis2 repo


Revision 230750 - (view) (annotate) - [select for diffs]
Modified Mon Aug 8 04:18:57 2005 UTC (4 years, 3 months ago) by chinthaka
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis2/modules/Module.java
File length: 1900 byte(s)
Diff to previous 225478 (colored)
- Fixing build break (Glen, you have done it again ;) )
- optimizing imports

Revision 225478 - (view) (annotate) - [select for diffs]
Modified Wed Jul 27 07:57:39 2005 UTC (4 years, 4 months ago) by chinthaka
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis2/modules/Module.java
File length: 1900 byte(s)
Diff to previous 210150 (colored)
- refactored AxisFault in to common module so that it can be used by an module.
- added code to throw SOAPProcessingException from StAXSOAPModelBuilder which has enough information to create response fault with correct information in it.

Revision 210150 - (view) (annotate) - [select for diffs]
Modified Mon Jul 11 15:49:30 2005 UTC (4 years, 4 months ago) by gdaniels
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis2/modules/Module.java
File length: 1907 byte(s)
Diff to previous 208745 (colored)
Reformatting, first cut, using IDEA template.  This does NOT deal with line-length issues, since that's a bit more of an "art".

Revision 208745 - (view) (annotate) - [select for diffs]
Modified Fri Jul 1 11:05:49 2005 UTC (4 years, 4 months ago) by chinthaka
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis2/modules/Module.java
File length: 1903 byte(s)
Copied from: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java revision 208741
Diff to previous 169955 (colored)
Renaming org.apache.axis to org.apache.axis2

Revision 169955 - (view) (annotate) - [select for diffs]
Modified Fri May 13 06:18:39 2005 UTC (4 years, 6 months ago) by chinthaka
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java
File length: 1900 byte(s)
Diff to previous 169807 (colored)
- Moving all the SOAP specific stuff to org.apache.axis.soap.*
- optimized imports

Revision 169807 - (view) (annotate) - [select for diffs]
Modified Thu May 12 12:32:55 2005 UTC (4 years, 6 months ago) by hemapani
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java
File length: 1900 byte(s)
Diff to previous 169622 (colored)
refactor the AxisXX -> XXDescription

Revision 169622 - (view) (annotate) - [select for diffs]
Modified Wed May 11 10:49:43 2005 UTC (4 years, 6 months ago) by sanjiva
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java
File length: 1879 byte(s)
Diff to previous 169618 (colored)
removed extra import

Revision 169618 - (view) (annotate) - [select for diffs]
Modified Wed May 11 10:39:14 2005 UTC (4 years, 6 months ago) by sanjiva
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java
File length: 1925 byte(s)
Diff to previous 169257 (colored)
finalized Module interface

Revision 169257 - (view) (annotate) - [select for diffs]
Modified Mon May 9 09:04:08 2005 UTC (4 years, 6 months ago) by hemapani
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java
File length: 1033 byte(s)
Diff to previous 161863 (colored)
refactor the EngineConfiguration->AxisSystem and EngineContext->SystemContext

Revision 161863 - (view) (annotate) - [select for diffs]
Modified Tue Apr 19 09:30:39 2005 UTC (4 years, 7 months ago) by deepal
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java
File length: 1033 byte(s)
Diff to previous 160854 (colored)
modified to support module int()

Revision 160854 - (view) (annotate) - [select for diffs]
Added Mon Apr 11 10:19:59 2005 UTC (4 years, 7 months ago) by hemapani
Original Path: webservices/axis/trunk/java/modules/core/src/org/apache/axis/modules/Module.java
File length: 1030 byte(s)
first refactroing according to the summit f2f decisions, building up context and engine

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2