Uses of Class
org.apache.cxf.ws.rm.SequenceFaultType

Packages that use SequenceFaultType
org.apache.cxf.ws.rm   
 

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

Methods in org.apache.cxf.ws.rm that return SequenceFaultType
 SequenceFaultType ObjectFactory.createSequenceFaultType()
          Create an instance of SequenceFaultType
 SequenceFaultType SequenceFault.getSequenceFault()
           
 

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

Methods in org.apache.cxf.ws.rm with parameters of type SequenceFaultType
 javax.xml.bind.JAXBElement<SequenceFaultType> ObjectFactory.createSequenceFault(SequenceFaultType value)
          Create an instance of JAXBElement<SequenceFaultType>}
 void SequenceFault.setSequenceFault(SequenceFaultType sf)
           
 



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.