Apache CXF API

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
 String getNamespaceURI()
           
 

Method Detail

getNamespaceURI

String getNamespaceURI()
Returns:
WS-Addressing namespace URI

Apache CXF API

Apache CXF