|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointReferenceType
Interface related to "EndpointReferenceType" WS-Addressing type Thought to be the most "user-friendly" as possible according to WS-Addressing specification content and especially its associated XML Schema
| Method Summary | |
|---|---|
void |
addAllAny(java.util.List<org.w3c.dom.Element> anyAsElts)
Add a list of endpoint extension elements |
void |
addAny(org.w3c.dom.Element anyAsElt)
Add an endpoint extension element |
java.net.URI |
getAddress()
Get the endpoint address value Note : never null according to WS-Addressing specification |
java.util.List<org.w3c.dom.Element> |
getAny()
Get the endpoint extensions elements |
MetadataType |
getMetadata()
Get the endpoint metadata value |
ReferenceParametersType |
getReferenceParameters()
Get the endpoint reference parameters value |
void |
setAddress(java.net.URI value)
Set the endpoint address value Note : must not be null according to WS-Addressing specification |
void |
setMetadata(MetadataType value)
Set the endpoint metadata value |
void |
setReferenceParameters(ReferenceParametersType value)
Set the endpoint reference parameters value |
| Method Detail |
|---|
java.net.URI getAddress()
URI objectvoid setAddress(java.net.URI value)
the - address value, provided as URI to setReferenceParametersType getReferenceParameters()
ReferenceParametersType objectvoid setReferenceParameters(ReferenceParametersType value)
the - reference parameter value, provided as ReferenceParametersType to setMetadataType getMetadata()
MetadataType objectvoid setMetadata(MetadataType value)
the - metadata value, provided as MetadataType to setjava.util.List<org.w3c.dom.Element> getAny()
Element objectsvoid addAny(org.w3c.dom.Element anyAsElt)
anyAsElt - the extension to add, provided as a Element objectvoid addAllAny(java.util.List<org.w3c.dom.Element> anyAsElts)
anyAsElts - the list of extension - as list of - to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||