Java Doc for Message.java in » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » tx » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
public com.sun.xml.ws.api.message.Header getCoordCtxHeader()(Code)
Get the CoordinationContext Header Element from the underlying
JAX-WS message's HeaderList. Only understand the header iff CoordinationContext is
for coordinationType.
the coordination context in this message
getCoordCtxHeader
public com.sun.xml.ws.api.message.Header getCoordCtxHeader(String namespace, String localName)(Code)
Get the CoordinationContext Header Element from the underlying
JAX-WS message's HeaderList. Only understand the header iff CoordinationContext is
for coordinationType.
Parameters: namespace - namespace Parameters: localName - local name index of coordination context in header list or null if not found