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/
Fields 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_ADDRESS_NAME, WSA_ADDRESS_QNAME, WSA_ANONYMOUS_ADDRESS, WSA_DEFAULT_FAULT_ACTION, WSA_NAMESPACE_NAME, WSA_NAMESPACE_POLICY_NAME, WSA_NAMESPACE_WSDL_NAME, WSA_NONE_ADDRESS, WSA_PORTNAME_NAME, WSA_PORTTYPE_NAME, WSA_SERVICENAME_NAME |
Methods inherited from class javax.xml.ws.EndpointReference |
getPort, readFrom, toString |
addr
public MemberSubmissionEndpointReference.Address addr
referenceProperties
public MemberSubmissionEndpointReference.Elements referenceProperties
referenceParameters
public MemberSubmissionEndpointReference.Elements referenceParameters
portTypeName
public MemberSubmissionEndpointReference.AttributedQName portTypeName
serviceName
public MemberSubmissionEndpointReference.ServiceNameType serviceName
attributes
public Map<QName,String> attributes
elements
public List<Element> elements
MSNS
protected static final String MSNS
- See Also:
- Constant Field Values
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
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.