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 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_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 |
Method Summary |
javax.xml.transform.Source |
toWSDLSource()
Constructs a Source containing the wsdl from the MemberSubmissionEndpointReference |
void |
writeTo(javax.xml.transform.Result result)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes
elements
public java.util.List<org.w3c.dom.Element> elements
MSNS
protected static final java.lang.String MSNS
- See Also:
- Constant Field Values
MemberSubmissionEndpointReference
public MemberSubmissionEndpointReference()
MemberSubmissionEndpointReference
public MemberSubmissionEndpointReference(@NotNull
javax.xml.transform.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:
WebServiceException
- if the source does not contain a valid W3C WS-Addressing
EndpointReference.
WebServiceException
- if the null
source
value is given
writeTo
public void writeTo(javax.xml.transform.Result result)
- Specified by:
writeTo
in class EndpointReference
toWSDLSource
public javax.xml.transform.Source toWSDLSource()
- Constructs a Source containing the wsdl from the MemberSubmissionEndpointReference
- Returns:
- Source A source object containing the wsdl in the MemeberSubmissionEndpointReference, if present.
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.