Uses of Class
org.apache.cxf.ws.rm.v200502.Identifier
-
Packages that use Identifier 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 Identifier in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Identifier Modifier and Type Method Description static Identifier
VersionTransformer. convert200502(Identifier internal)
Convert wsrm:Identifier to 200502 version with 200408 WS-Addressing namespace.Methods in org.apache.cxf.ws.rm with parameters of type Identifier Modifier and Type Method Description static Identifier
VersionTransformer. convert(Identifier exposed)
Convert 200502 wsrm:Identifier with 200408 WS-Addressing namespace to internal form. -
Uses of Identifier in org.apache.cxf.ws.rm.v200502
Fields in org.apache.cxf.ws.rm.v200502 declared as Identifier Modifier and Type Field Description protected Identifier
AckRequestedType. identifier
protected Identifier
CreateSequenceResponseType. identifier
protected Identifier
OfferType. identifier
protected Identifier
SequenceAcknowledgement. identifier
protected Identifier
SequenceType. identifier
protected Identifier
TerminateSequenceType. identifier
Methods in org.apache.cxf.ws.rm.v200502 that return Identifier Modifier and Type Method Description Identifier
ObjectFactory. createIdentifier()
Create an instance ofIdentifier
Identifier
AckRequestedType. getIdentifier()
Gets the value of the identifier property.Identifier
CreateSequenceResponseType. getIdentifier()
Gets the value of the identifier property.Identifier
OfferType. getIdentifier()
Gets the value of the identifier property.Identifier
SequenceAcknowledgement. getIdentifier()
Gets the value of the identifier property.Identifier
SequenceType. getIdentifier()
Gets the value of the identifier property.Identifier
TerminateSequenceType. getIdentifier()
Gets the value of the identifier property.Methods in org.apache.cxf.ws.rm.v200502 with parameters of type Identifier Modifier and Type Method Description void
AckRequestedType. setIdentifier(Identifier value)
Sets the value of the identifier property.void
CreateSequenceResponseType. setIdentifier(Identifier value)
Sets the value of the identifier property.void
OfferType. setIdentifier(Identifier value)
Sets the value of the identifier property.void
SequenceAcknowledgement. setIdentifier(Identifier value)
Sets the value of the identifier property.void
SequenceType. setIdentifier(Identifier value)
Sets the value of the identifier property.void
TerminateSequenceType. setIdentifier(Identifier value)
Sets the value of the identifier property.
-