Searched defs:W3CEndpointReference (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/
H A DW3CEndpointReference.java68 @XmlRootElement(name="EndpointReference",namespace=W3CEndpointReference.NS)
69 @XmlType(name="EndpointReferenceType",namespace=W3CEndpointReference.NS)
70 public final class W3CEndpointReference extends EndpointReference { class in inherits:EndpointReference
74 protected W3CEndpointReference() { method in class:W3CEndpointReference
90 public W3CEndpointReference(Source source) { method in class:W3CEndpointReference
92 W3CEndpointReference epr = w3cjc.createUnmarshaller().unmarshal(source,W3CEndpointReference.class).getValue();
99 throw new WebServiceException("Error unmarshalling W3CEndpointReference " ,e);
101 throw new WebServiceException("Source did not contain W3CEndpointReference", e);
113 throw new WebServiceException("Error marshalling W3CEndpointReference
[all...]

Completed in 22 milliseconds