Uses of Class
org.apache.cxf.ws.rm.v200702.TerminateSequenceType
-
Packages that use TerminateSequenceType 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 TerminateSequenceType in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return TerminateSequenceType Modifier and Type Method Description static TerminateSequenceTypeVersionTransformer. convert(TerminateSequenceType exposed)Convert 200502 TerminateSequenceType with 200408 WS-Addressing namespace to internal form.static TerminateSequenceTypeVersionTransformer. convert(TerminateSequenceType exposed)Convert 200502 TerminateSequenceType with 200508 WS-Addressing namespace to internal form.abstract TerminateSequenceTypeEncoderDecoder. convertReceivedTerminateSequence(Object term)Convert a received TerminateSequence message to internal form.TerminateSequenceTypeEncoderDecoder10AImpl. convertReceivedTerminateSequence(Object term)TerminateSequenceTypeEncoderDecoder10Impl. convertReceivedTerminateSequence(Object term)TerminateSequenceTypeEncoderDecoder11Impl. convertReceivedTerminateSequence(Object term)Methods in org.apache.cxf.ws.rm with parameters of type TerminateSequenceType Modifier and Type Method Description static TerminateSequenceTypeVersionTransformer. convert200502(TerminateSequenceType internal)Convert TerminateSequenceType to 200502 version with 200408 WS-Addressing namespace.static TerminateSequenceTypeVersionTransformer. convert200502wsa15(TerminateSequenceType internal)Convert TerminateSequenceType to 200502 version with 200508 WS-Addressing namespace.abstract ObjectEncoderDecoder. convertToSend(TerminateSequenceType term)Convert a TerminateSequence message to the correct format for transmission.ObjectEncoderDecoder10AImpl. convertToSend(TerminateSequenceType term)ObjectEncoderDecoder10Impl. convertToSend(TerminateSequenceType term)ObjectEncoderDecoder11Impl. convertToSend(TerminateSequenceType term) -
Uses of TerminateSequenceType in org.apache.cxf.ws.rm.v200702
Methods in org.apache.cxf.ws.rm.v200702 that return TerminateSequenceType Modifier and Type Method Description TerminateSequenceTypeObjectFactory. createTerminateSequenceType()Create an instance ofTerminateSequenceTypeMethods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type TerminateSequenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<TerminateSequenceType>ObjectFactory. createTerminateSequence(TerminateSequenceType value)Methods in org.apache.cxf.ws.rm.v200702 with parameters of type TerminateSequenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<TerminateSequenceType>ObjectFactory. createTerminateSequence(TerminateSequenceType value)
-