Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200502wsa15.Identifier

Packages that use Identifier
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.v200502wsa15   
 

Uses of Identifier in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return Identifier
static Identifier VersionTransformer.convert200502wsa15(Identifier internal)
          Convert wsrm:Identifier to 200502 version with 200508 WS-Addressing namespace.
 

Methods in org.apache.cxf.ws.rm with parameters of type Identifier
static Identifier VersionTransformer.convert(Identifier exposed)
          Convert 200502 wsrm:Identifier with 200508 WS-Addressing namespace to internal form.
 

Uses of Identifier in org.apache.cxf.ws.rm.v200502wsa15
 

Fields in org.apache.cxf.ws.rm.v200502wsa15 declared as Identifier
protected  Identifier TerminateSequenceType.identifier
           
protected  Identifier SequenceAcknowledgement.identifier
           
protected  Identifier AckRequestedType.identifier
           
protected  Identifier SequenceType.identifier
           
protected  Identifier CreateSequenceResponseType.identifier
           
protected  Identifier OfferType.identifier
           
 

Methods in org.apache.cxf.ws.rm.v200502wsa15 that return Identifier
 Identifier ObjectFactory.createIdentifier()
          Create an instance of Identifier
 Identifier TerminateSequenceType.getIdentifier()
          Gets the value of the identifier property.
 Identifier SequenceAcknowledgement.getIdentifier()
          Gets the value of the identifier property.
 Identifier AckRequestedType.getIdentifier()
          Gets the value of the identifier property.
 Identifier SequenceType.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.
 

Methods in org.apache.cxf.ws.rm.v200502wsa15 with parameters of type Identifier
 void TerminateSequenceType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void SequenceAcknowledgement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void AckRequestedType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void SequenceType.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.
 


Apache CXF API

Apache CXF