Uses of Interface
org.apache.axis2.context.externalize.SafeSerializable
-
Packages that use SafeSerializable Package Description org.apache.axis2.addressing org.apache.axis2.client org.apache.axis2.context org.apache.axis2.description org.apache.axis2.scripting org.apache.axis2.util -
-
Uses of SafeSerializable in org.apache.axis2.addressing
Classes in org.apache.axis2.addressing that implement SafeSerializable Modifier and Type Class Description classEndpointReferenceClass EndpointReference This class models the WS-A EndpointReferenceType.classRelatesToClass RelatesTo -
Uses of SafeSerializable in org.apache.axis2.client
Classes in org.apache.axis2.client that implement SafeSerializable Modifier and Type Class Description classOptionsHolder for operation client options. -
Uses of SafeSerializable in org.apache.axis2.context
Classes in org.apache.axis2.context that implement SafeSerializable Modifier and Type Class Description classMessageContextAxis2 states are held in two information models, called description hierarchy and context hierarchy.classOperationContextAn OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.classServiceContextWell this is never clearly defined, what it does or the life-cycle.classServiceGroupContextclassSessionContextAll the engine components are stateless across the executions and all the states should be kept in the Contexts, there are three context Global, Session and Message. -
Uses of SafeSerializable in org.apache.axis2.description
Classes in org.apache.axis2.description that implement SafeSerializable Modifier and Type Class Description classParameterClass ParameterclassParameterIncludeImplClass ParameterIncludeImpl -
Uses of SafeSerializable in org.apache.axis2.scripting
Classes in org.apache.axis2.scripting that implement SafeSerializable Modifier and Type Class Description classScriptMessageContextScriptMessageContext decorates the Axis2 MessageContext adding methods to use the message payload XML in a way natural to the scripting language. -
Uses of SafeSerializable in org.apache.axis2.util
Classes in org.apache.axis2.util that implement SafeSerializable Modifier and Type Class Description classMetaDataEntryAn internal class for holding a set of information about an object.
-