Uses of Class
org.apache.cxf.ws.rm.v200702.SequenceType
-
Packages that use SequenceType 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 SequenceType in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return SequenceType Modifier and Type Method Description static SequenceType
VersionTransformer. convert(SequenceType exposed)
Convert 200502 wsrm:SequenceType with 200408 WS-Addressing namespace to internal form.static SequenceType
VersionTransformer. convert(SequenceType exposed)
Convert 200502 wsrm:SequenceType with 200508 WS-Addressing namespace to internal form.abstract SequenceType
EncoderDecoder. decodeSequenceType(Element elem)
Unmarshals a SequenceType, converting it if necessary to the internal form.SequenceType
EncoderDecoder10AImpl. decodeSequenceType(Element elem)
SequenceType
EncoderDecoder10Impl. decodeSequenceType(Element elem)
SequenceType
EncoderDecoder11Impl. decodeSequenceType(Element elem)
SequenceType
RMProperties. getSequence()
Methods in org.apache.cxf.ws.rm with parameters of type SequenceType Modifier and Type Method Description protected void
RMOutInterceptor. addAckRequest(org.apache.cxf.message.Message msg, RMProperties rmpsIn, SourceSequence seq, SequenceType sequence)
Add AcknowledgementRequested to message if needed.protected abstract void
EncoderDecoder. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<org.apache.cxf.headers.Header> headers)
Build all required headers, using the correct protocol variation.protected void
EncoderDecoder10AImpl. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<org.apache.cxf.headers.Header> headers)
protected void
EncoderDecoder10Impl. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<org.apache.cxf.headers.Header> headers)
protected void
EncoderDecoder11Impl. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<org.apache.cxf.headers.Header> headers)
static SequenceType
VersionTransformer. convert200502(SequenceType internal)
Convert wsrm:SequenceType to 200502 version with 200408 WS-Addressing namespace.static SequenceType
VersionTransformer. convert200502wsa15(SequenceType internal)
Convert wsrm:SequenceType to 200502 version with 200508 WS-Addressing namespace.void
RMProperties. setSequence(SequenceType s)
-
Uses of SequenceType in org.apache.cxf.ws.rm.v200702
Methods in org.apache.cxf.ws.rm.v200702 that return SequenceType Modifier and Type Method Description SequenceType
ObjectFactory. createSequenceType()
Create an instance ofSequenceType
Methods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type SequenceType Modifier and Type Method Description JAXBElement<SequenceType>
ObjectFactory. createSequence(SequenceType value)
Methods in org.apache.cxf.ws.rm.v200702 with parameters of type SequenceType Modifier and Type Method Description JAXBElement<SequenceType>
ObjectFactory. createSequence(SequenceType value)
-