com.sun.xml.ws.tx.at.tube
Class WSATClientTube
java.lang.Object
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
com.sun.xml.ws.tx.at.tube.WSATClientTube
- All Implemented Interfaces:
- com.sun.xml.ws.api.pipe.Pipe, com.sun.xml.ws.api.pipe.Tube, WSATConstants
public class WSATClientTube
- extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
- implements WSATConstants
| Fields inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl |
next |
| Fields inherited from interface com.sun.xml.ws.tx.at.WSATConstants |
ABORTED, ACTION, ADDRESS, BRANCHQUAL, BRANCHQUAL_QNAME, COMMIT, COMMITTED, COORDINATION_CONTEXT, COORDINATION_TYPE, COORDINATOR_PROTOCOL_SERVICE, CURRENT_WSCOOR, DEBUG_WSAT, DURABLE_2PC, EXPIRES, FAULT_TO, FROM, HTTP_SCHEMAS_XMLSOAP_ORG_WS_2004_10_WSAT, HTTP_SCHEMAS_XMLSOAP_ORG_WS_2004_10_WSAT_DURABLE_2PC, HTTP_SCHEMAS_XMLSOAP_ORG_WS_2004_10_WSAT_VOLATILE_2PC, IDENTIFIER, MESSAGE_ID, MUST_UNDERSTAND, PARTICIPANT_PROTOCOL_SERVICE, PREPARE, PREPARED, PROTOCOL_IDENTIFIER, READONLY, REFERENCE_PARAMETERS, REGISTER, REGISTER_RESPONSE, REGISTRATION_SERVICE, REPLAY, REPLY_TO, ROLLBACK, ROUTING, ROUTING_QNAME, SOAP_ENVELOPE, TO, TXID, TXID_QNAME, TXPROP_WSAT_FOREIGN_RECOVERY_CONTEXT, VOLATILE_2PC, WLA_WSAT_NS_URI, WSA, WSADDRESSING_NS_URI, WSAT, WSAT_CONTEXT_ROOT, WSAT_COORDINATORPORTTYPEPORT, WSAT_PARTICIPANTPORTTYPEPORT, WSAT_REGISTRATIONCOORDINATORPORTTYPEPORT, WSAT_REGISTRATIONREQUESTERPORTTYPEPORT, WSAT_TRANSACTION, WSAT_TRANSACTION_XID, WSAT_WSAT, WSAT10_NS_URI, WSAT11_COORDINATORPORTTYPEPORT, WSAT11_DURABLE_2PC, WSAT11_NS_URI, WSAT11_PARTICIPANTPORTTYPEPORT, WSAT11_REGISTRATIONCOORDINATORPORTTYPEPORT, WSAT11_REGISTRATIONREQUESTERPORTTYPEPORT, WSAT11_VOLATILE_2PC, WSCOOR, WSCOOR_CONTEXT_QNAME, WSCOOR_REGISTER_QNAME, WSCOOR10_NS_URI, WSCOOR11_CONTEXT_QNAME, WSCOOR11_NS_URI, WSCOOR11_REGISTER_QNAME |
|
Method Summary |
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
|
Set<QName> |
getHeaders()
|
com.sun.xml.ws.api.pipe.NextAction |
processException(Throwable t)
|
com.sun.xml.ws.api.pipe.NextAction |
processRequest(com.sun.xml.ws.api.message.Packet request)
|
com.sun.xml.ws.api.pipe.NextAction |
processResponse(com.sun.xml.ws.api.message.Packet response)
|
| Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl |
preDestroy |
| Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doThrow, process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSATClientTube
public WSATClientTube(com.sun.xml.ws.api.pipe.Tube next,
ClientTubelineAssemblyContext context,
TransactionalFeature feature)
getHeaders
public Set<QName> getHeaders()
processRequest
@NotNull
public com.sun.xml.ws.api.pipe.NextAction processRequest(@NotNull
com.sun.xml.ws.api.message.Packet request)
- Specified by:
processRequest in interface com.sun.xml.ws.api.pipe.Tube- Overrides:
processRequest in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
processResponse
@NotNull
public com.sun.xml.ws.api.pipe.NextAction processResponse(@NotNull
com.sun.xml.ws.api.message.Packet response)
- Specified by:
processResponse in interface com.sun.xml.ws.api.pipe.Tube- Overrides:
processResponse in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
processException
@NotNull
public com.sun.xml.ws.api.pipe.NextAction processException(Throwable t)
- Specified by:
processException in interface com.sun.xml.ws.api.pipe.Tube- Overrides:
processException in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
copy
public com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
- Specified by:
copy in interface com.sun.xml.ws.api.pipe.Tube- Overrides:
copy in class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.