|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.tx.common.Message
public class Message
WS-TX view of a Message.
Constructor Summary | |
---|---|
Message(com.sun.xml.ws.api.message.Message message)
Public ctor takes wrapped JAX-WS message as its argument. |
|
Message(com.sun.xml.ws.api.message.Message message,
com.sun.xml.ws.api.WSBinding wsBinding)
Public ctor takes wrapped JAX-WS message as its argument. |
Method Summary | |
---|---|
java.lang.String |
getAction()
|
com.sun.xml.ws.api.message.Header |
getCoordCtxHeader()
Get the CoordinationContext Header Element from the underlying JAX-WS message's HeaderList. |
com.sun.xml.ws.api.message.Header |
getCoordCtxHeader(java.lang.String namespace,
java.lang.String localName)
Get the CoordinationContext Header Element from the underlying JAX-WS message's HeaderList. |
CoordinationContextInterface |
getCoordinationContext(javax.xml.bind.Unmarshaller unmarshaller)
|
com.sun.xml.ws.api.addressing.WSEndpointReference |
getFaultTo()
|
java.lang.String |
getMessageID()
|
com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation |
getOperation(com.sun.xml.ws.api.model.wsdl.WSDLPort port)
Get the wsdl bound operation for the specified port |
com.sun.xml.ws.api.addressing.WSEndpointReference |
getReplyTo()
|
java.lang.String |
getTo()
|
void |
setCoordCtxUnderstood()
Denote that CoordinationContext SOAP Header was processed and considered understood. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Message(@NotNull com.sun.xml.ws.api.message.Message message, com.sun.xml.ws.api.WSBinding wsBinding)
message
- core messagepublic Message(@NotNull com.sun.xml.ws.api.message.Message message)
message
- core messageMethod Detail |
---|
@NotNull public com.sun.xml.ws.api.message.Header getCoordCtxHeader()
@Nullable public com.sun.xml.ws.api.message.Header getCoordCtxHeader(@NotNull java.lang.String namespace, @NotNull java.lang.String localName)
namespace
- namespacelocalName
- local name
@Nullable public CoordinationContextInterface getCoordinationContext(@NotNull javax.xml.bind.Unmarshaller unmarshaller) throws javax.xml.bind.JAXBException
unmarshaller
- jaxb unmarshaller
javax.xml.bind.JAXBException
public void setCoordCtxUnderstood()
@Nullable public com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation getOperation(@NotNull com.sun.xml.ws.api.model.wsdl.WSDLPort port)
port
- port
public java.lang.String getMessageID()
public java.lang.String getTo()
public java.lang.String getAction()
public com.sun.xml.ws.api.addressing.WSEndpointReference getFaultTo()
public com.sun.xml.ws.api.addressing.WSEndpointReference getReplyTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |