Uses of Class
org.apache.cxf.ws.rm.v200702.CloseSequenceType
-
Packages that use CloseSequenceType Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200702 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CloseSequenceType in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return CloseSequenceType Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description CloseSequenceType
ObjectFactory. createCloseSequenceType()
Create an instance ofCloseSequenceType
Methods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type CloseSequenceType Modifier and Type Method Description JAXBElement<CloseSequenceType>
ObjectFactory. createCloseSequence(CloseSequenceType value)
Methods in org.apache.cxf.ws.rm.v200702 with parameters of type CloseSequenceType Modifier and Type Method Description JAXBElement<CloseSequenceType>
ObjectFactory. createCloseSequence(CloseSequenceType value)
-