Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200502.TerminateSequenceType

Packages that use TerminateSequenceType
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.v200502   
 

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

Methods in org.apache.cxf.ws.rm that return TerminateSequenceType
static TerminateSequenceType VersionTransformer.convert200502(TerminateSequenceType internal)
          Convert TerminateSequenceType to 200502 version with 200408 WS-Addressing namespace.
 

Methods in org.apache.cxf.ws.rm with parameters of type TerminateSequenceType
static TerminateSequenceType VersionTransformer.convert(TerminateSequenceType exposed)
          Convert 200502 TerminateSequenceType with 200408 WS-Addressing namespace to internal form.
 

Uses of TerminateSequenceType in org.apache.cxf.ws.rm.v200502
 

Methods in org.apache.cxf.ws.rm.v200502 that return TerminateSequenceType
 TerminateSequenceType ObjectFactory.createTerminateSequenceType()
          Create an instance of TerminateSequenceType
 

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

Methods in org.apache.cxf.ws.rm.v200502 with parameters of type TerminateSequenceType
 javax.xml.bind.JAXBElement<TerminateSequenceType> ObjectFactory.createTerminateSequence(TerminateSequenceType value)
          Create an instance of JAXBElement<TerminateSequenceType>}
 


Apache CXF API

Apache CXF