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 String |
NS
|
NS
protected static final String NS
- See Also:
- Constant Field Values
W3CEndpointReference
protected W3CEndpointReference()
W3CEndpointReference
public W3CEndpointReference(Source eprInfoset)
writeTo
public void writeTo(Result result)
- Specified by:
writeTo
in class EndpointReference
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.