Parent Directory
|
Revision Log
| Sticky Revision: |
Indenting and formatting changes ONLY
WARNING, DANGER WILL ROBINSON!! THIS BREAKS THE BUILD! (whoop, whoop, sirens, etc...) OK, with that out of the way... This is a work in progress - Deepal and Glen have been working on cleaning up a couple of areas, in particular the Handler/Phase/deployment code, and the AxisConfiguration code. This is the first part. * Refactor Phase so it implements Handler. This allows deploying Handlers in parallel with Phases, in addition to inside them. * The "execution chain" now lives in the MessageContext and is run by calling MessageContext.invoke(). This keeps track of the current (integer) indexes into the top-level execution chain (a list of Handlers/Phases), and the current Phase, if any. Adjust pause/resume logic appropriately. * Phases have preConditions and postConditions, which are checked by Phase. invoke(). * Phases now may optionally have sub-classes specified in the axis2.xml, the only one we currently use is DispatchPhase, which implements post-conditions which check the contexts and service/operations in the MessageContext for validity. Other types of Phases may be built with custom checks. * Move InstanceDispatcher into the Dispatch phase, and get rid of Post-Dispatch Phase. * Fix phase rule tests to more accurately test the real constraints specified in the rules. * Various changes necessary to accommodate the above.
javadoc changes + i change of a method name to fix spelling mistake
Cleanup copyright, @author tags, garbage from IDE auto generated class headers
set svn:eol-style native on all java and xml files.
Move Axis2 repo
- Fixing build break (Glen, you have done it again ;) ) - optimizing imports
- 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.
Renaming org.apache.axis to org.apache.axis2
- optimised imports - corrected print stack traces - explicitly removed the maven report generation from the site build goal - added 0.9 details to xdocs
checked in refactoring
removed all the handler resolution logic form PhaseMeta and PhaseHolder and added them to Phase class. And I had to take some fact into consideration on that and will send a mail soon :)
- Moving all the SOAP specific stuff to org.apache.axis.soap.* - optimized imports
refactor the AxisXX -> XXDescription
more cleaning up
refactor the core module
now the intreop test server interop with the Axis1.x
reformatting, cleanup, spelling, javadocs...no logic changes
spelling changes, reformatting
rename the classes as dims commeted and use the Buffered readers and writers
fix copyright headers
inital check in of the code, this does not include the build yet
moving the scratch to top level archive dir
Optimized Imports, Reformat the whole code base
initial refactoring of the code accroding to the IRC chat, this this first one another one comping shortly
Optimising the imports
add a handler Desc make way to deployemnt to merge in
merge the wom to the prototype2 following the org.apache.axis.description.* discussion at the chat, untill the registry based on the wom parsing come to live the code work on simple registry
Coding style cleanup. Fix various things with extra or missing spaces, clean up imports, etc. This makes the code a lot more pleasant to read. No functional changes.
cleaning up the 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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |