public interface AddressingInfo extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| Dispatch<SOAPMessage> | getDispatch()Returns a dispatch object will write the proper addressing headers based in the outgoing message. | 
| String | getMessageId()The message id of the request message. | 
| <T> T | getPort(Class<T> callbackInterface)Returns a proxy object will write the proper addressing headers based in the outgoing message. | 
Dispatch<SOAPMessage> getDispatch()
String getMessageId()
<T> T getPort(Class<T> callbackInterface)
callbackInterface -