Apache CXF API

org.apache.cxf.ws.addressing
Class AddressingBuilderImpl

java.lang.Object
  extended by org.apache.cxf.ws.addressing.AddressingBuilder
      extended by 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.


Constructor Summary
AddressingBuilderImpl()
           
 
Method Summary
 String getNamespaceURI()
           
 AddressingConstants newAddressingConstants()
          AddressingConstants factory method.
 AddressingProperties newAddressingProperties()
          AddressingProperties factory method.
 
Methods inherited from class org.apache.cxf.ws.addressing.AddressingBuilder
getAddressingBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingBuilderImpl

public AddressingBuilderImpl()
Method Detail

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 API

Apache CXF