|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Addressing | |
|---|---|
| org.ow2.petals.binding.soap.addressing | |
| org.ow2.petals.binding.soap.listener.outgoing | |
| Uses of Addressing in org.ow2.petals.binding.soap.addressing |
|---|
| Methods in org.ow2.petals.binding.soap.addressing that return Addressing | |
|---|---|
static Addressing |
WSAHelper.getAddressing(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
Get the addressing information from the extensions |
static Addressing |
WSAHelper.getAddressing(java.util.Map<javax.xml.namespace.QName,java.lang.String> map)
Deprecated. use #org.ow2.petals.binding.soap.addressing.getAddressing(String address) |
static Addressing |
WSAHelper.getAddressing(java.lang.String address)
Create an addressing object |
static Addressing |
WSAHelper.merge(Addressing wsAddressing,
Addressing suAddressing)
Merge the addressing beans. |
static Addressing |
WSAHelper.merge(Addressing wsAddressing,
Addressing wsaToAddressing,
Addressing suAddressing)
Deprecated. use WSAHelper.merge(Addressing, Addressing) |
| Methods in org.ow2.petals.binding.soap.addressing with parameters of type Addressing | |
|---|---|
static Addressing |
WSAHelper.merge(Addressing wsAddressing,
Addressing suAddressing)
Merge the addressing beans. |
static Addressing |
WSAHelper.merge(Addressing wsAddressing,
Addressing wsaToAddressing,
Addressing suAddressing)
Deprecated. use WSAHelper.merge(Addressing, Addressing) |
| Uses of Addressing in org.ow2.petals.binding.soap.listener.outgoing |
|---|
| Methods in org.ow2.petals.binding.soap.listener.outgoing that return Addressing | |
|---|---|
protected static Addressing |
AbstractExternalServiceCaller.retrieveAddressing(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
Get the addressing information from the exchange and from the service unit extensions. |
| Methods in org.ow2.petals.binding.soap.listener.outgoing with parameters of type Addressing | |
|---|---|
protected void |
SOAPCaller.updateClient(ServiceClient client,
Addressing addressing,
org.ow2.petals.component.framework.api.message.Exchange exchange)
Update the client properties |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||