javax.xml.ws.wsaddressing
Class W3CEndpointReference
java.lang.Object
javax.xml.ws.EndpointReference
javax.xml.ws.wsaddressing.W3CEndpointReference
public final class W3CEndpointReference
- extends EndpointReference
Java class for EndpointReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{http://www.w3.org/2005/08/addressing}AttributedURIType"/>
<element ref="{http://www.w3.org/2005/08/addressing}ReferenceParameters" minOccurs="0"/>
<element ref="{http://www.w3.org/2005/08/addressing}Metadata" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected static java.lang.String |
NS
|
Method Summary |
void |
writeTo(javax.xml.transform.Result result)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NS
protected static final java.lang.String NS
- See Also:
- Constant Field Values
W3CEndpointReference
protected W3CEndpointReference()
W3CEndpointReference
public W3CEndpointReference(javax.xml.transform.Source eprInfoset)
writeTo
public void writeTo(javax.xml.transform.Result result)
- Specified by:
writeTo
in class EndpointReference
Copyright © 2007 Apache Web Services Project. All Rights Reserved.