public class AddressingBuilderImpl extends AddressingBuilder
Note that the JAXB generated types are used directly to represent WS-Addressing schema types. Hence there are no factory methods defined on this class for those types, as they may be instanted in the normal way via the JAXB generated ObjectFactory.
Constructor and Description |
---|
AddressingBuilderImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI() |
AddressingConstants |
newAddressingConstants()
AddressingConstants factory method.
|
AddressingProperties |
newAddressingProperties()
AddressingProperties factory method.
|
getAddressingBuilder
public String getNamespaceURI()
public AddressingProperties newAddressingProperties()
newAddressingProperties
in class AddressingBuilder
public AddressingConstants newAddressingConstants()
newAddressingConstants
in class AddressingBuilder
Apache CXF