Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.AddressingPropertiesImpl

Packages that use AddressingPropertiesImpl
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.rm   
 

Uses of AddressingPropertiesImpl in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing that return AddressingPropertiesImpl
static AddressingPropertiesImpl ContextUtils.retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)
           
static AddressingPropertiesImpl ContextUtils.retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound, boolean warnIfMissing)
           
 

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

Methods in org.apache.cxf.ws.rm that return AddressingPropertiesImpl
static AddressingPropertiesImpl RMContextUtils.retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)
          Retrieves the addressing properties from the current message.
 


Apache CXF API

Apache CXF