Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-03


oracle.webservices.addressing
Interface AddressingInfo

All Superinterfaces:
Serializable

public interface AddressingInfo
extends Serializable

This class stores the addressing information of the request.


Method Summary
 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.

 

Method Detail

getMessageId

String getMessageId()
The message id of the request message.
Returns:
The message id of the request message.

getPort

<T> T getPort(Class<T> callbackInterface)
Returns a proxy object will write the proper addressing headers based in the outgoing message.
Parameters:
callbackInterface -
Returns:
a proxy object will write the proper addressing headers based in the outgoing message

getDispatch

Dispatch<SOAPMessage> getDispatch()
Returns a dispatch object will write the proper addressing headers based in the outgoing message.
Returns:
a dispatch object will write the proper addressing headers based in the outgoing message

Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-03


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved..