|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.addressing.migrator.EndpointContextMapMigrator
public class EndpointContextMapMigrator
This class will enable the JAX-WS 2.1 API methods to create instances of
EndpointReference
that target a particular web service
endpoint, identified by specifying the WSDL service name and port name of the
endpoint, to work correctly. This is achieved by enabling the implementation of
Axis2EndpointReferenceFactory
to retrieve the context it needs from the invoking thread. The instances of
EndpointReference
that it produces can
then converted to instances of EndpointReference
, as
needed.
Constructor Summary | |
---|---|
EndpointContextMapMigrator()
|
Method Summary | |
---|---|
void |
cleanupContext(MessageContext messageContext)
This method will be invoked when the processing of the message is guaranteed to be on the thread of execution that will be used in user space, after all processing has completed (i.e. |
void |
cleanupThread(MessageContext messageContext)
This method will be invoked when the processing of the message is guaranteed to still be on the thread of execution that was used in user space, after all processing has completed (i.e. |
void |
migrateContextToThread(MessageContext messageContext)
This method will be invoked when the processing of the message is guaranteed to be on the thread of execution that will be used in user space. |
void |
migrateThreadToContext(MessageContext messageContext)
This method will be invoked when the processing of the message is guaranteed to still be on the thread of execution that was used in user space. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointContextMapMigrator()
Method Detail |
---|
public void migrateContextToThread(MessageContext messageContext) throws AxisFault
ThreadContextMigrator
migrateContextToThread
in interface ThreadContextMigrator
AxisFault
public void cleanupThread(MessageContext messageContext)
ThreadContextMigrator
cleanupThread
in interface ThreadContextMigrator
public void migrateThreadToContext(MessageContext messageContext) throws AxisFault
ThreadContextMigrator
migrateThreadToContext
in interface ThreadContextMigrator
AxisFault
public void cleanupContext(MessageContext messageContext)
ThreadContextMigrator
cleanupContext
in interface ThreadContextMigrator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |