Uses of Class
org.apache.cxf.ws.rm.v200502wsa15.Identifier
Packages that use Identifier
Package
Description
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 IdentifierModifier and TypeMethodDescriptionstatic 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 IdentifierModifier and TypeMethodDescriptionstatic 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 IdentifierModifier and TypeFieldDescriptionprotected IdentifierAckRequestedType.identifierprotected IdentifierCreateSequenceResponseType.identifierprotected IdentifierOfferType.identifierprotected IdentifierSequenceAcknowledgement.identifierprotected IdentifierSequenceType.identifierprotected IdentifierTerminateSequenceType.identifierMethods in org.apache.cxf.ws.rm.v200502wsa15 that return IdentifierModifier and TypeMethodDescriptionObjectFactory.createIdentifier()Create an instance ofIdentifierAckRequestedType.getIdentifier()Gets the value of the identifier property.CreateSequenceResponseType.getIdentifier()Gets the value of the identifier property.OfferType.getIdentifier()Gets the value of the identifier property.SequenceAcknowledgement.getIdentifier()Gets the value of the identifier property.SequenceType.getIdentifier()Gets the value of the identifier property.TerminateSequenceType.getIdentifier()Gets the value of the identifier property.Methods in org.apache.cxf.ws.rm.v200502wsa15 with parameters of type IdentifierModifier and TypeMethodDescriptionvoidAckRequestedType.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.