org.apache.cxf.ws.addressing
Class AddressingBuilderImpl
java.lang.Object
org.apache.cxf.ws.addressing.AddressingBuilder
org.apache.cxf.ws.addressing.AddressingBuilderImpl
- All Implemented Interfaces:
- AddressingType
public class AddressingBuilderImpl
- extends AddressingBuilder
Factory for WS-Addressing elements.
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressingBuilderImpl
public AddressingBuilderImpl()
getNamespaceURI
public String getNamespaceURI()
- Returns:
- WS-Addressing namespace URI
newAddressingProperties
public AddressingProperties newAddressingProperties()
- AddressingProperties factory method.
- Specified by:
newAddressingProperties
in class AddressingBuilder
- Returns:
- a new AddressingProperties instance
newAddressingConstants
public AddressingConstants newAddressingConstants()
- AddressingConstants factory method.
- Specified by:
newAddressingConstants
in class AddressingBuilder
- Returns:
- an AddressingConstants instance
Apache CXF