Package | Description |
---|---|
org.wso2.carbon.event.client.stub.generated.addressing |
Modifier and Type | Field and Description |
---|---|
protected AttributedURI |
Action.localAction
field for Action
|
protected AttributedURI |
EndpointReferenceType.localAddress
field for Address
|
protected AttributedURI |
MessageID.localMessageID
field for MessageID
|
protected AttributedURI |
To.localTo
field for To
|
Modifier and Type | Method and Description |
---|---|
static AttributedURI |
AttributedURI.Factory.fromString(String value,
String namespaceURI) |
static AttributedURI |
AttributedURI.Factory.fromString(XMLStreamReader xmlStreamReader,
String content) |
AttributedURI |
Action.getAction()
Auto generated getter method
|
AttributedURI |
EndpointReferenceType.getAddress()
Auto generated getter method
|
AttributedURI |
MessageID.getMessageID()
Auto generated getter method
|
AttributedURI |
To.getTo()
Auto generated getter method
|
static AttributedURI |
AttributedURI.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setAction(AttributedURI param)
Auto generated setter method
|
void |
EndpointReferenceType.setAddress(AttributedURI param)
Auto generated setter method
|
void |
MessageID.setMessageID(AttributedURI param)
Auto generated setter method
|
void |
To.setTo(AttributedURI param)
Auto generated setter method
|
Copyright © 2024 WSO2. All rights reserved.