Uses of Class
org.apache.cxf.ws.rm.v200502.TerminateSequenceType
-
Packages that use TerminateSequenceType Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200502 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 TerminateSequenceType
VersionTransformer. convert200502(TerminateSequenceType internal)
Convert TerminateSequenceType to 200502 version with 200408 WS-Addressing namespace.Methods in org.apache.cxf.ws.rm with parameters of type TerminateSequenceType Modifier and Type Method Description static TerminateSequenceType
VersionTransformer. convert(TerminateSequenceType exposed)
Convert 200502 TerminateSequenceType with 200408 WS-Addressing namespace to internal form. -
Uses of TerminateSequenceType in org.apache.cxf.ws.rm.v200502
Methods in org.apache.cxf.ws.rm.v200502 that return TerminateSequenceType Modifier and Type Method Description TerminateSequenceType
ObjectFactory. createTerminateSequenceType()
Create an instance ofTerminateSequenceType
Methods in org.apache.cxf.ws.rm.v200502 that return types with arguments of type TerminateSequenceType Modifier and Type Method Description JAXBElement<TerminateSequenceType>
ObjectFactory. createTerminateSequence(TerminateSequenceType value)
Methods in org.apache.cxf.ws.rm.v200502 with parameters of type TerminateSequenceType Modifier and Type Method Description JAXBElement<TerminateSequenceType>
ObjectFactory. createTerminateSequence(TerminateSequenceType value)
-