org.apache.cxf.ws.addressing
Interface AddressingType

All Known Subinterfaces:
AddressingProperties
All Known Implementing Classes:
AddressingBuilder, AddressingBuilderImpl, AddressingPropertiesImpl

public interface AddressingType

Encapsulates the WS-Addressing namespace URI (and by implication, also the version).


Method Summary
 java.lang.String getNamespaceURI()
           
 

Method Detail

getNamespaceURI

java.lang.String getNamespaceURI()
Returns:
WS-Addressing namespace URI


Apache CXF