public abstract class AddressingBuilder extends Object implements AddressingType
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.
| Modifier | Constructor and Description |
|---|---|
protected |
AddressingBuilder()
Non-public constructor prevents instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressingBuilder |
getAddressingBuilder()
AddressingBuilder factory method.
|
abstract AddressingConstants |
newAddressingConstants()
Returns an instance of
javax.ws.addressing.AddressingConstants |
abstract AddressingProperties |
newAddressingProperties()
AddressingProperties factory method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamespaceURIprotected AddressingBuilder()
public static AddressingBuilder getAddressingBuilder()
public abstract AddressingProperties newAddressingProperties()
public abstract AddressingConstants newAddressingConstants()
javax.ws.addressing.AddressingConstants
Note: This is a new method since Early Draft 1.
Apache CXF