public class SubmissionEndpointReference extends javax.xml.ws.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://schemas.xmlsoap.org/ws/2004/08/addressing}AttributedURI"/>
<element name="ReferenceProperties" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}ReferencePropertiesType" minOccurs="0"/>
<element name="ReferenceParameters" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}ReferenceParametersType" minOccurs="0"/>
<element name="PortType" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}AttributedQName" minOccurs="0"/>
<element name="ServiceName" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}ServiceNameType" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedURI |
address |
protected List<Object> |
any |
protected static javax.xml.bind.JAXBContext |
jaxbContext |
protected static String |
NS |
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedQName |
portType |
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferenceParametersType |
referenceParameters |
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferencePropertiesType |
referenceProperties |
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ServiceNameType |
serviceName |
| Modifier | Constructor and Description |
|---|---|
protected |
SubmissionEndpointReference() |
|
SubmissionEndpointReference(Source eprInfoset) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(Result result) |
getPort, readFrom, toStringprotected static final String NS
protected static javax.xml.bind.JAXBContext jaxbContext
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedURI address
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferencePropertiesType referenceProperties
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferenceParametersType referenceParameters
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedQName portType
protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ServiceNameType serviceName
protected SubmissionEndpointReference()
public SubmissionEndpointReference(Source eprInfoset)
public void writeTo(Result result)
writeTo in class javax.xml.ws.EndpointReferenceCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.