javax.xml.ws.wsaddressing
Class W3CEndpointReference

java.lang.Object
  extended by javax.xml.ws.EndpointReference
      extended by 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
           
 
Constructor Summary
protected W3CEndpointReference()
           
  W3CEndpointReference(javax.xml.transform.Source eprInfoset)
           
 
Method Summary
 void writeTo(javax.xml.transform.Result result)
           
 
Methods inherited from class javax.xml.ws.EndpointReference
getPort, readFrom, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NS

protected static final java.lang.String NS
See Also:
Constant Field Values
Constructor Detail

W3CEndpointReference

protected W3CEndpointReference()

W3CEndpointReference

public W3CEndpointReference(javax.xml.transform.Source eprInfoset)
Method Detail

writeTo

public void writeTo(javax.xml.transform.Result result)
Specified by:
writeTo in class EndpointReference


Copyright © 2007 Apache Web Services Project. All Rights Reserved.