Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.manager.RM10AddressingNamespaceType

Packages that use RM10AddressingNamespaceType
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.feature   
org.apache.cxf.ws.rm.manager   
 

Uses of RM10AddressingNamespaceType in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm with parameters of type RM10AddressingNamespaceType
 void RMManager.setRM10AddressingNamespace(RM10AddressingNamespaceType addrns)
           
 

Uses of RM10AddressingNamespaceType in org.apache.cxf.ws.rm.feature
 

Methods in org.apache.cxf.ws.rm.feature with parameters of type RM10AddressingNamespaceType
 void RMFeature.setRM10AddressingNamespace(RM10AddressingNamespaceType addrns)
           
 

Uses of RM10AddressingNamespaceType in org.apache.cxf.ws.rm.manager
 

Methods in org.apache.cxf.ws.rm.manager that return RM10AddressingNamespaceType
 RM10AddressingNamespaceType ObjectFactory.createRM10AddressingNamespaceType()
          Create an instance of RM10AddressingNamespaceType
 

Methods in org.apache.cxf.ws.rm.manager that return types with arguments of type RM10AddressingNamespaceType
 JAXBElement<RM10AddressingNamespaceType> ObjectFactory.createRM10AddressingNamespace(RM10AddressingNamespaceType value)
          Create an instance of JAXBElement<RM10AddressingNamespaceType>}
 

Methods in org.apache.cxf.ws.rm.manager with parameters of type RM10AddressingNamespaceType
 JAXBElement<RM10AddressingNamespaceType> ObjectFactory.createRM10AddressingNamespace(RM10AddressingNamespaceType value)
          Create an instance of JAXBElement<RM10AddressingNamespaceType>}
 


Apache CXF API

Apache CXF