Apache CXF API

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

Packages that use MAPAggregator
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.impl   
 

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

Methods in org.apache.cxf.ws.addressing that return MAPAggregator
 MAPAggregator MAPAggregator.MAPAggregatorLoader.createImplementation(MAPAggregator mag)
           
 

Methods in org.apache.cxf.ws.addressing with parameters of type MAPAggregator
 MAPAggregator MAPAggregator.MAPAggregatorLoader.createImplementation(MAPAggregator mag)
           
 

Uses of MAPAggregator in org.apache.cxf.ws.addressing.impl
 

Subclasses of MAPAggregator in org.apache.cxf.ws.addressing.impl
 class MAPAggregatorImpl
          Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.
 

Methods in org.apache.cxf.ws.addressing.impl that return MAPAggregator
 MAPAggregator MAPAggregatorImplLoader.createImplementation(MAPAggregator mag)
          
 

Methods in org.apache.cxf.ws.addressing.impl with parameters of type MAPAggregator
 MAPAggregator MAPAggregatorImplLoader.createImplementation(MAPAggregator mag)
          
 

Constructors in org.apache.cxf.ws.addressing.impl with parameters of type MAPAggregator
MAPAggregatorImpl(MAPAggregator mag)
           
 


Apache CXF API

Apache CXF