|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.binding.soap.addressing.WSAHelper
public class WSAHelper
WS-Addressing Helper. Creates the JBI information from strings.
| Constructor Summary | |
|---|---|
WSAHelper()
|
|
| Method Summary | |
|---|---|
static Addressing |
getAddressing(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
Get the addressing information from the extensions |
static Addressing |
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 |
getAddressing(java.lang.String address)
Create an addressing object |
static Addressing |
merge(Addressing wsAddressing,
Addressing suAddressing)
Merge the addressing beans. |
static Addressing |
merge(Addressing wsAddressing,
Addressing wsaToAddressing,
Addressing suAddressing)
Deprecated. use merge(Addressing, Addressing) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSAHelper()
| Method Detail |
|---|
public static final Addressing getAddressing(java.util.Map<javax.xml.namespace.QName,java.lang.String> map)
#org.ow2.petals.binding.soap.addressing.getAddressing(String address)
map - the map properties
public static final Addressing getAddressing(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
extensions -
public static final Addressing merge(Addressing wsAddressing,
Addressing wsaToAddressing,
Addressing suAddressing)
merge(Addressing, Addressing)
wsAddressing - The bean from the
org.ow2.petals.component.framework.api.Constants.WSStar.ADDRESSING_KEY
propertywsaToAddressing - The bean from the WSA propertysuAddressing - The bean from the service unit
public static final Addressing merge(Addressing wsAddressing,
Addressing suAddressing)
wsAddressing - The bean from the
org.ow2.petals.component.framework.api.Constants.WSStar.ADDRESSING_KEY
propertysuAddressing - The bean from the service unit
public static Addressing getAddressing(java.lang.String address)
address - The address
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||