Apache CXF API

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

Packages that use AttributedAnyType
org.apache.cxf.ws.addressing   
 

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

Methods in org.apache.cxf.ws.addressing that return AttributedAnyType
 AttributedAnyType ObjectFactory.createAttributedAnyType()
          Create an instance of AttributedAnyType
 

Methods in org.apache.cxf.ws.addressing that return types with arguments of type AttributedAnyType
 javax.xml.bind.JAXBElement<AttributedAnyType> ObjectFactory.createProblemHeader(AttributedAnyType value)
          Create an instance of JAXBElement<AttributedAnyType>}
 

Methods in org.apache.cxf.ws.addressing with parameters of type AttributedAnyType
 javax.xml.bind.JAXBElement<AttributedAnyType> ObjectFactory.createProblemHeader(AttributedAnyType value)
          Create an instance of JAXBElement<AttributedAnyType>}
 


Apache CXF API

Apache CXF