Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200702.CloseSequenceType

Packages that use CloseSequenceType
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.v200702   
 

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

Methods in org.apache.cxf.ws.rm that return CloseSequenceType
abstract  CloseSequenceType EncoderDecoder.decodeSequenceTypeCloseSequence(Element elem)
          Generates a CloseSequenceType if a SequenceType represents a last message state.
 CloseSequenceType EncoderDecoder10AImpl.decodeSequenceTypeCloseSequence(Element elem)
           
 CloseSequenceType EncoderDecoder10Impl.decodeSequenceTypeCloseSequence(Element elem)
           
 CloseSequenceType EncoderDecoder11Impl.decodeSequenceTypeCloseSequence(Element elem)
           
 CloseSequenceType RMProperties.getCloseSequence()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type CloseSequenceType
 void RMProperties.setCloseSequence(CloseSequenceType cs)
           
 

Uses of CloseSequenceType in org.apache.cxf.ws.rm.v200702
 

Methods in org.apache.cxf.ws.rm.v200702 that return CloseSequenceType
 CloseSequenceType ObjectFactory.createCloseSequenceType()
          Create an instance of CloseSequenceType
 

Methods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type CloseSequenceType
 JAXBElement<CloseSequenceType> ObjectFactory.createCloseSequence(CloseSequenceType value)
          Create an instance of JAXBElement<CloseSequenceType>}
 

Methods in org.apache.cxf.ws.rm.v200702 with parameters of type CloseSequenceType
 JAXBElement<CloseSequenceType> ObjectFactory.createCloseSequence(CloseSequenceType value)
          Create an instance of JAXBElement<CloseSequenceType>}
 


Apache CXF API

Apache CXF