Package com.sun.xml.ws.developer
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsFields inherited from interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
ACTION_NOT_SUPPORTED_QNAME, ACTION_NOT_SUPPORTED_TEXT, ANONYMOUS_EPR, DESTINATION_UNREACHABLE_QNAME, DESTINATION_UNREACHABLE_TEXT, ENDPOINT_UNAVAILABLE_QNAME, ENDPOINT_UNAVAILABLE_TEXT, FAULT_DETAIL_QNAME, INVALID_MAP_QNAME, INVALID_MAP_TEXT, MAP_REQUIRED_QNAME, MAP_REQUIRED_TEXT, MEX_METADATA, MEX_METADATA_DIALECT_ATTRIBUTE, MEX_METADATA_DIALECT_VALUE, MEX_METADATA_SECTION, PROBLEM_ACTION_QNAME, PROBLEM_HEADER_QNAME_QNAME, WSA_ACTION_QNAME, WSA_ADDRESS_NAME, WSA_ADDRESS_QNAME, WSA_ANONYMOUS_ADDRESS, WSA_DEFAULT_FAULT_ACTION, WSA_EPR_NAME, WSA_EPR_QNAME, WSA_NAMESPACE_NAME, WSA_NAMESPACE_POLICY_NAME, WSA_NAMESPACE_WSDL_NAME, WSA_NONE_ADDRESS, WSA_PORTNAME_NAME, WSA_PORTTYPE_NAME, WSA_SERVICENAME_NAME -
Constructor Summary
ConstructorsConstructorDescriptionconstruct an EPR from infoset representation -
Method Summary
Modifier and TypeMethodDescriptionConstructs a Source containing the wsdl from the MemberSubmissionEndpointReferencevoidMethods inherited from class javax.xml.ws.EndpointReference
getPort, readFrom, toString
-
Field Details
-
addr
-
referenceProperties
-
referenceParameters
-
portTypeName
-
serviceName
-
attributes
-
elements
-
MSNS
- See Also:
-
-
Constructor Details
-
MemberSubmissionEndpointReference
public MemberSubmissionEndpointReference() -
MemberSubmissionEndpointReference
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 thenullsourcevalue is given
-
-
Method Details
-
writeTo
- Specified by:
writeToin classjavax.xml.ws.EndpointReference
-
toWSDLSource
Constructs a Source containing the wsdl from the MemberSubmissionEndpointReference- Returns:
- Source A source object containing the wsdl in the MemeberSubmissionEndpointReference, if present.
-