| |
|
| java.lang.Object javax.xml.ws.EndpointReference com.sun.xml.ws.developer.MemberSubmissionEndpointReference
MemberSubmissionEndpointReference | final public class MemberSubmissionEndpointReference extends EndpointReference implements MemberSubmissionAddressingConstants(Code) | | 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 author: Vivek Pandey |
Inner Class :public static class Address | |
Inner Class :public static class Elements | |
Inner Class :public static class AttributedQName | |
Inner Class :public static class ServiceNameType extends AttributedQName | |
portTypeName | public AttributedQName portTypeName(Code) | | |
referenceParameters | public Elements referenceParameters(Code) | | |
referenceProperties | public Elements referenceProperties(Code) | | |
serviceName | public ServiceNameType serviceName(Code) | | |
MemberSubmissionEndpointReference | public MemberSubmissionEndpointReference()(Code) | | |
MemberSubmissionEndpointReference | public MemberSubmissionEndpointReference(Source source)(Code) | | construct an EPR from infoset representation
Parameters: source - A source object containing valid XmlInfosetinstance consistent with the Member Submission WS-Addressing throws: javax.xml.ws.WebServiceException - if the source does not contain a valid W3C WS-AddressingEndpointReference. throws: WebServiceException - if the null source value is given |
toWSDLSource | public Source toWSDLSource()(Code) | | Constructs a Source containing the wsdl from the MemberSubmissionEndpointReference
Source A source object containing the wsdl in the MemeberSubmissionEndpointReference, if present. |
|
|
|