Class Summary |
AddExceptionSuperclass |
Adds the Exception superclass and removes the default constructor. |
AnnotationCollectorAdapter |
XXX javadoc. |
AnnotationCollectorFieldVisitor |
This class is used to collect the annotations on a field. |
AnnotationCollectorMethodVisitor |
XXX javadoc. |
AnnotationCollectorVisitor |
XXX javadoc. |
AnnotationsMaps |
This class is used to collect the annotations found during the visit of a
class. |
AnnotationValue |
XXX javadoc. |
AnnotationVisibleAndValue |
XXX javadoc. |
AnnotationWriterAdapter |
XXX javadoc. |
AppenderMethodVisitor |
This class is used to append (at the default constructor)
the code to initialize some fields. |
ByteCodeManipulationUtil |
This class is used to supply all the utility methods for the bytecode
manipulation. |
ConstructorAdapter |
For each constructor replace all parameter interface type with W3CEndpointReference. |
ConstructorModMethodVisitor |
This class is to modify the constructor
change the field Type : Interfacetype with type W3CEndpointReference
the code to initialize some fields. |
CorbaEnumAdapter |
Used to find a class that provides a corba enum implementation. |
CorbaOnewayAdapter |
This class is used to discover if the class visited is a corba stub with
oneway operations. |
CorbaOnewayMethodVisitor |
This class is used to discover if a method is a oneway corba request. |
IdlToWsdlAdapter |
bytecode manipulation. |
InterfaceTypeClassAdapter |
This ASM Adapter class changes the change the return type of a method that
return an interface for all methods that return's an interface it returns an
W3CEndpointReference |
InternalMethodDescriptionParser |
Parses the parameter types from a methond internal description. |
RemoteEnhancerAdapter |
Bytecode manipulation. |
ReplaceAnyMethodVisitor |
This class is to modify the all methods that contain any attribution
Replace: Any with type Object the code to initialize some fields. |
ReplaceUnionsMethodVisitor |
This class is to modify the all methods that contain uniontype attribution
Replace: Uniontype with type Object the code to initialize some fields. |
SerializableDecorationAdapter |
This adapter makes a class serializable and add a serial version UID. |
SerializableInspectorAdapter |
This adapter inspect a class to find Serializable interface and serial
version UID. |
UIDAdapter |
bytecode manipulation. |
ValueTypeAdapter |
This class visit the bytecode of another class and executes the following
three main tasks:
1) add java.io.Serializable interface
2) remove getter and setter
3) modify the scope of the member from private to public. |
WebServiceAnnotationAdapter |
This class is used to add the annotations for the WebService. |
WsdlToCorbaAdapter |
bytecode manipulation. |