public class InstanceIdentifier extends Object
Constructor and Description |
---|
InstanceIdentifier()
Default constructor.
|
InstanceIdentifier(String instanceIdentifier)
Construct an instance identifier with the specific identifier
|
Modifier and Type | Method and Description |
---|---|
static Element |
createInstanceIdentifierElement(String instanceIdentifier)
Create a SOAPElement representing an InstanceIdentifier
|
String |
getInstanceIdentifier()
Get the instance identifier of this element.
|
boolean |
isValid()
Is the configuration of this element valid?
|
static void |
setEndpointInstanceIdentifier(MAPEndpoint epReference,
InstanceIdentifier instanceIdentifier)
Set the identifier on a WS Addressing endpoint reference under construction.
|
static void |
setEndpointInstanceIdentifier(MAPEndpoint epReference,
String instanceIdentifier)
Set the identifier on a WS Addressing endpoint reference under construction.
|
static void |
setEndpointInstanceIdentifier(W3CEndpointReferenceBuilder builder,
InstanceIdentifier instanceIdentifier)
Set the identifier on a W3C endpoint reference under construction.
|
static void |
setEndpointInstanceIdentifier(W3CEndpointReferenceBuilder builder,
String identifier)
Set the identifier on a W3C endpoint reference under construction.
|
void |
setInstanceIdentifier(String instanceIdentifier)
Set the instance identifier of this element.
|
String |
toString()
Get a string representation of this instance identifier.
|
public InstanceIdentifier()
public InstanceIdentifier(String instanceIdentifier)
instanceIdentifier
- The instance identifier.public void setInstanceIdentifier(String instanceIdentifier)
instanceIdentifier
- The instance identifier of the element.public String getInstanceIdentifier()
public boolean isValid()
public String toString()
public static void setEndpointInstanceIdentifier(W3CEndpointReferenceBuilder builder, String identifier)
builder
- The endpoint reference builder.identifier
- The identifier.public static void setEndpointInstanceIdentifier(W3CEndpointReferenceBuilder builder, InstanceIdentifier instanceIdentifier)
builder
- The endpoint reference builder.instanceIdentifier
- The identifier.public static void setEndpointInstanceIdentifier(MAPEndpoint epReference, InstanceIdentifier instanceIdentifier)
epReference
- The WS Addressing endpoint reference.instanceIdentifier
- The identifier.public static void setEndpointInstanceIdentifier(MAPEndpoint epReference, String instanceIdentifier)
epReference
- The WS Addressing endpoint reference.instanceIdentifier
- The identifier string.public static Element createInstanceIdentifierElement(String instanceIdentifier)
instanceIdentifier
- the identifier string of the InstanceIdentifier being representedCopyright © 2017 JBoss by Red Hat. All rights reserved.