Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF