Class MemberSubmissionEndpointReference

java.lang.Object
javax.xml.ws.EndpointReference
com.sun.xml.ws.developer.MemberSubmissionEndpointReference
All Implemented Interfaces:
MemberSubmissionAddressingConstants

public final class MemberSubmissionEndpointReference extends javax.xml.ws.EndpointReference implements MemberSubmissionAddressingConstants
Data model for Member Submission WS-Addressing specification. This is modeled after the member submission schema at: http://schemas.xmlsoap.org/ws/2004/08/addressing/
Author:
Kathy Walsh, Vivek Pandey
  • Field Details

  • Constructor Details

    • MemberSubmissionEndpointReference

      public MemberSubmissionEndpointReference()
    • MemberSubmissionEndpointReference

      public MemberSubmissionEndpointReference(@NotNull Source source)
      construct an EPR from infoset representation
      Parameters:
      source - A source object containing valid XmlInfoset instance consistent with the Member Submission WS-Addressing
      Throws:
      javax.xml.ws.WebServiceException - if the source does not contain a valid W3C WS-Addressing EndpointReference.
      javax.xml.ws.WebServiceException - if the null source value is given
  • Method Details

    • writeTo

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

      public Source toWSDLSource()
      Constructs a Source containing the wsdl from the MemberSubmissionEndpointReference
      Returns:
      Source A source object containing the wsdl in the MemeberSubmissionEndpointReference, if present.