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.
|
Modifier and Type | Method and Description |
---|---|
static Identifier |
VersionTransformer.convert200502(Identifier internal)
Convert wsrm:Identifier to 200502 version with 200408 WS-Addressing namespace.
|
Modifier and Type | Method and Description |
---|---|
static Identifier |
VersionTransformer.convert(Identifier exposed)
Convert 200502 wsrm:Identifier with 200408 WS-Addressing namespace to internal form.
|
Modifier and Type | Field and Description |
---|---|
protected Identifier |
TerminateSequenceType.identifier |
protected Identifier |
OfferType.identifier |
protected Identifier |
SequenceAcknowledgement.identifier |
protected Identifier |
SequenceType.identifier |
protected Identifier |
AckRequestedType.identifier |
protected Identifier |
CreateSequenceResponseType.identifier |
Modifier and Type | Method and Description |
---|---|
Identifier |
ObjectFactory.createIdentifier()
Create an instance of
Identifier |
Identifier |
TerminateSequenceType.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 |
AckRequestedType.getIdentifier()
Gets the value of the identifier property.
|
Identifier |
CreateSequenceResponseType.getIdentifier()
Gets the value of the identifier property.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminateSequenceType.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 |
AckRequestedType.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
void |
CreateSequenceResponseType.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
Apache CXF