com.sun.xml.ws.tx.at.tube
Class WSATServerTube
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.WSATServerTube
- All Implemented Interfaces:
- com.sun.xml.ws.api.pipe.Pipe, com.sun.xml.ws.api.pipe.Tube, WSATConstants
public class WSATServerTube
- extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
- implements WSATConstants
Typical inbound message:
http://tem
puri.org/IService/GetDataurn:uuid:353ec55b-3e04-4e13-9471-9652858f7680http://www.w3.org/2005/08/addr
essing/anonymous
urn:uuid:79c06523-2392-45d7-9b66-8cc06d0
07d2d599552http://schemas.xmlsoap.org/ws/2004/10/wsat
https://pparkins-us:453/WsatService/Registration/Coordinator/
79c06523-2392-45d7-9b66-8cc06d007d2d
079c06523-2392-45d7-9b66-8cc06d007d2d
AQAAAAMAAAAjZcB5kiPXRZtmjMBtAH0tAAAQAAAAAACIAAAAAMToedzE6Hk
0W6xnBOupAC/M+Xk0W6xnUOypANwmcAFYCxcAlOupAGZjYThlYTc3LTYwYjQtNGEwNS1hODI0LWUxM2NjYjQ3MzVjYQABAAALAAAAZM1kzSEAAABQUEFSS0lOUy1VUwAYAAAAUABQAEEAUgBLAEkATgBTAC0AVQB
TAAAAAQAAAAEAAAAeAAAAdGlwOi8vcHBhcmtpbnMtdXMubG9jYWxkb21haW4vAAA=
http://localhost:7001/Hello
TXWeb/DataService1--------------------
| 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)
|
void |
preDestroy()
|
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.AbstractTubeImpl |
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doSuspend, doSuspend, doThrow, process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSATServerTube
public WSATServerTube(com.sun.xml.ws.api.pipe.Tube next,
ServerTubelineAssemblyContext context,
TransactionalFeature feature)
WSATServerTube
public WSATServerTube(WSATServerTube that,
com.sun.xml.ws.api.pipe.TubeCloner cloner)
processRequest
@NotNull
public com.sun.xml.ws.api.pipe.NextAction processRequest(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(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
preDestroy
public void preDestroy()
- Specified by:
preDestroy in interface com.sun.xml.ws.api.pipe.Pipe- Specified by:
preDestroy in interface com.sun.xml.ws.api.pipe.Tube- Overrides:
preDestroy 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.