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
 CloseSequenceType EncoderDecoder11Impl.decodeSequenceTypeCloseSequence(Element elem)
           
 CloseSequenceType EncoderDecoder10Impl.decodeSequenceTypeCloseSequence(Element elem)
           
 CloseSequenceType EncoderDecoder10AImpl.decodeSequenceTypeCloseSequence(Element elem)
           
 CloseSequenceType EncoderDecoder.decodeSequenceTypeCloseSequence(Element elem)
          Generates a CloseSequenceType if a SequenceType represents a last message state.
 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
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<CloseSequenceType> ObjectFactory.createCloseSequence(CloseSequenceType value)
          Create an instance of JAXBElement<CloseSequenceType>}
 


Apache CXF API

Apache CXF