Class SubmissionEndpointReference

java.lang.Object
jakarta.xml.ws.EndpointReference
org.apache.axis2.jaxws.addressing.SubmissionEndpointReference

public class SubmissionEndpointReference extends jakarta.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>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedURI
     
    protected List<Object>
     
    protected static jakarta.xml.bind.JAXBContext
     
    protected static final String
     
    protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedQName
     
    protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferenceParametersType
     
    protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferencePropertiesType
     
    protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ServiceNameType
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTo(Result result)
     

    Methods inherited from class jakarta.xml.ws.EndpointReference

    getPort, readFrom, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • NS

      protected static final String NS
      See Also:
    • jaxbContext

      protected static jakarta.xml.bind.JAXBContext jaxbContext
    • address

      protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedURI address
    • referenceProperties

      protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferencePropertiesType referenceProperties
    • referenceParameters

      protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ReferenceParametersType referenceParameters
    • portType

      protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.AttributedQName portType
    • serviceName

      protected org.apache.axis2.jaxws.addressing.SubmissionEndpointReference.ServiceNameType serviceName
    • any

      protected List<Object> any
  • Constructor Details

    • SubmissionEndpointReference

      protected SubmissionEndpointReference()
    • SubmissionEndpointReference

      public SubmissionEndpointReference(Source eprInfoset)
  • Method Details

    • writeTo

      public void writeTo(Result result)
      Specified by:
      writeTo in class jakarta.xml.ws.EndpointReference