Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.rm that return TerminateSequenceType
static TerminateSequenceType VersionTransformer.convert200502wsa15(TerminateSequenceType internal)
          Convert TerminateSequenceType to 200502 version with 200508 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 200508 WS-Addressing namespace to internal form.
 

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

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

Methods in org.apache.cxf.ws.rm.v200502wsa15 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.v200502wsa15 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