Uses of Class
org.apache.cxf.ws.rm.v200502wsa15.Identifier
-
Packages that use Identifier Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200502wsa15 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 IdentifierVersionTransformer. 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 Modifier and Type Method Description static IdentifierVersionTransformer. 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 Modifier and Type Field Description protected IdentifierAckRequestedType. identifierprotected IdentifierCreateSequenceResponseType. identifierprotected IdentifierOfferType. identifierprotected IdentifierSequenceAcknowledgement. identifierprotected IdentifierSequenceType. identifierprotected IdentifierTerminateSequenceType. identifierMethods in org.apache.cxf.ws.rm.v200502wsa15 that return Identifier Modifier and Type Method Description IdentifierObjectFactory. createIdentifier()Create an instance ofIdentifierIdentifierAckRequestedType. getIdentifier()Gets the value of the identifier property.IdentifierCreateSequenceResponseType. getIdentifier()Gets the value of the identifier property.IdentifierOfferType. getIdentifier()Gets the value of the identifier property.IdentifierSequenceAcknowledgement. getIdentifier()Gets the value of the identifier property.IdentifierSequenceType. getIdentifier()Gets the value of the identifier property.IdentifierTerminateSequenceType. getIdentifier()Gets the value of the identifier property.Methods in org.apache.cxf.ws.rm.v200502wsa15 with parameters of type Identifier Modifier and Type Method Description voidAckRequestedType. setIdentifier(Identifier value)Sets the value of the identifier property.voidCreateSequenceResponseType. setIdentifier(Identifier value)Sets the value of the identifier property.voidOfferType. setIdentifier(Identifier value)Sets the value of the identifier property.voidSequenceAcknowledgement. setIdentifier(Identifier value)Sets the value of the identifier property.voidSequenceType. setIdentifier(Identifier value)Sets the value of the identifier property.voidTerminateSequenceType. setIdentifier(Identifier value)Sets the value of the identifier property.
-