Searched refs:epr (Results 1 - 24 of 24) sorted by relevance

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java98 * <h3>{@link WSEndpointReference} epr</h3>
119 public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { argument
121 return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr);
132 public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { argument
134 return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr);
146 public static Dispatch<DataSource> createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { argument
148 return new DataSourceDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr);
159 public static Dispatch<DataSource> createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode,@Nullable WSEndpointReference epr) { argument
161 return new DataSourceDispatch(portInfo, mode, (BindingImpl)binding, epr);
173 public static Dispatch<Source> createSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { argument
185 createSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) argument
211 createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) argument
252 createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, @Nullable WSEndpointReference epr) argument
297 createJAXBDispatch( QName portName, WSService owner, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) argument
314 createJAXBDispatch( WSPortInfo portInfo, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, @Nullable WSEndpointReference epr) argument
338 createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) argument
356 createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) argument
376 createPacketDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) argument
393 createPacketDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) argument
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/dispatch/
H A DPacketDispatch.java51 public PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, @Nullable WSEndpointReference epr) { argument
52 super(port, Mode.MESSAGE, owner, pipe, binding, epr);
57 public PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
58 this(portInfo, pipe, binding, epr, true);
61 public PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) { argument
62 super(portInfo, Mode.MESSAGE, pipe, binding, epr, allowFaultResponseMsg);
66 public PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr) { argument
67 super(portInfo, Mode.MESSAGE, binding, epr, true);
H A DMessageDispatch.java49 public MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
50 super(port, Mode.MESSAGE, service, pipe, binding, epr);
53 public MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr) { argument
54 super(portInfo, Mode.MESSAGE, binding, epr, true);
H A DSOAPMessageDispatch.java62 public SOAPMessageDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
63 super(port, mode, owner, pipe, binding, epr);
66 public SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) { argument
67 super(portInfo, mode, binding, epr);
H A DRESTSourceDispatch.java57 public RESTSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
58 super(port, mode, owner, pipe, binding, epr);
62 public RESTSourceDispatch(WSPortInfo portInfo, Mode mode, BindingImpl binding, WSEndpointReference epr) { argument
63 super(portInfo, mode, binding, epr);
H A DSOAPSourceDispatch.java58 public SOAPSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
59 super(port, mode, owner, pipe, binding, epr);
63 public SOAPSourceDispatch(WSPortInfo portInfo, Mode mode, BindingImpl binding, WSEndpointReference epr) { argument
64 super(portInfo, mode, binding, epr);
H A DDataSourceDispatch.java52 public DataSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
53 super(port, mode, service, pipe, binding, epr );
56 public DataSourceDispatch(WSPortInfo portInfo, Service.Mode mode,BindingImpl binding, WSEndpointReference epr) { argument
57 super(portInfo, mode, binding, epr );
H A DJAXBDispatch.java70 public JAXBDispatch(QName port, JAXBContext jc, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) { argument
71 super(port, mode, service, pipe, binding, epr);
76 public JAXBDispatch(WSPortInfo portInfo, JAXBContext jc, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) { argument
77 super(portInfo, mode, binding, epr);
H A DDispatchImpl.java110 protected DispatchImpl(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, @Nullable WSEndpointReference epr) { argument
111 super(port, owner, pipe, binding, (owner.getWsdlService() != null)? owner.getWsdlService().get(port) : null , owner.getEndpointAddress(port), epr);
122 protected DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, @Nullable WSEndpointReference epr) { argument
123 this(portInfo, mode, binding, epr, false);
132 protected DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, @Nullable WSEndpointReference epr, boolean allowFaultResponseMsg) { argument
133 this(portInfo, mode, binding, null, epr, allowFaultResponseMsg);
143 protected DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, Tube pipe, @Nullable WSEndpointReference epr, boolean allowFaultResponseMsg) { argument
144 super(portInfo, binding, pipe, portInfo.getEndpointAddress(), epr);
157 protected DispatchImpl(WSPortInfo portInfo, Service.Mode mode, Tube pipe, BindingImpl binding, @Nullable WSEndpointReference epr, boolean allowFaultResponseMsg) { argument
158 super(portInfo, binding, pipe, portInfo.getEndpointAddress(), epr);
646 createSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) argument
653 createSourceDispatch(WSPortInfo portInfo, Mode mode, BindingImpl binding, WSEndpointReference epr) argument
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortImpl.java58 private WSEndpointReference epr; field in class:WSDLPortImpl
99 public void setEPR(@NotNull WSEndpointReference epr) { argument
100 assert epr!=null;
101 this.addExtension(epr);
102 this.epr = epr;
106 return epr;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/addressing/
H A DEPRHeader.java67 private final WSEndpointReference epr; field in class:EPRHeader
69 EPRHeader(QName tagName, WSEndpointReference epr) { argument
72 this.epr = epr;
86 XMLStreamReader sr = epr.read("EndpointReference"/*doesn't matter*/);
98 return epr.read(localName);
102 epr.writeTo(localName, w);
116 // t.transform(epr.asSource(localName), new DOMResult(header));
119 epr.writeTo(localName, w);
133 epr
[all...]
H A DOneWayFeature.java268 * @param epr Existing EPR that will be the starting point for the SSL
275 enableSslForEpr(@NotNull WSEndpointReference epr, argument
278 if (!epr.isAnonymous()) {
279 String address = epr.getAddress();
304 new WSEndpointReference(address, epr.getVersion());
308 return epr;
H A DWSEndpointReference.java117 public WSEndpointReference(EndpointReference epr, AddressingVersion version) { argument
120 epr.writeTo(new XMLStreamBufferResult(xsb));
126 throw new WebServiceException(ClientMessages.FAILED_TO_PARSE_EPR(epr),e);
137 public WSEndpointReference(EndpointReference epr) { argument
138 this(epr,AddressingVersion.fromSpecClass(epr.getClass()));
564 WSEndpointReference create(@Nullable EndpointReference epr) { argument
565 if (epr != null) {
566 return new WSEndpointReference(epr);
594 * if(epr
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/wsaddressing/
H A DW3CEndpointReference.java105 W3CEndpointReference epr = w3cjc.createUnmarshaller().unmarshal(source,W3CEndpointReference.class).getValue();
106 this.address = epr.address;
107 this.metadata = epr.metadata;
108 this.referenceParameters = epr.referenceParameters;
109 this.elements = epr.elements;
110 this.attributes = epr.attributes;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/developer/
H A DMemberSubmissionEndpointReference.java95 MemberSubmissionEndpointReference epr = unmarshaller.unmarshal(source,MemberSubmissionEndpointReference.class).getValue();
97 this.addr = epr.addr;
98 this.referenceProperties = epr.referenceProperties;
99 this.referenceParameters = epr.referenceParameters;
100 this.portTypeName = epr.portTypeName;
101 this.serviceName = epr.serviceName;
102 this.attributes = epr.attributes;
103 this.elements = epr.elements;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/model/wsdl/editable/
H A DEditableWSDLPort.java53 * @param epr Endpoint reference
55 public void setEPR(@NotNull WSEndpointReference epr); argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/addressing/
H A DEndpointReferenceUtil.java59 public static <T extends EndpointReference> T transform(Class<T> clazz, @NotNull EndpointReference epr) { argument
60 assert epr != null;
62 if (epr instanceof W3CEndpointReference) {
63 return (T) epr;
64 } else if (epr instanceof MemberSubmissionEndpointReference) {
65 return (T) toW3CEpr((MemberSubmissionEndpointReference) epr);
68 if (epr instanceof W3CEndpointReference) {
69 return (T) toMSEpr((W3CEndpointReference) epr);
70 } else if (epr instanceof MemberSubmissionEndpointReference) {
71 return (T) epr;
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/
H A DStub.java188 * @param epr To create a stub that sends out reference parameters
194 protected Stub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) { argument
195 this(owner, master, null, null, binding, wsdlPort, defaultEndPointAddress, epr);
205 * @param epr To create a stub that sends out reference parameters
211 protected Stub(QName portname, WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) { argument
212 this(owner, master, null, portname, binding, wsdlPort, defaultEndPointAddress, epr);
222 * @param epr To create a stub that sends out reference parameters
227 protected Stub(WSPortInfo portInfo, BindingImpl binding, Tube master,EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) { argument
228 this((WSServiceDelegate) portInfo.getOwner(), master, portInfo, null, binding,portInfo.getPort(), defaultEndPointAddress, epr);
237 * @param epr T
242 Stub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) argument
247 Stub(WSServiceDelegate owner, @Nullable Tube master, @Nullable WSPortInfo portInfo, QName portname, BindingImpl binding, @Nullable WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) argument
[all...]
H A DWSServiceDelegate.java181 * the epr supplies a wsdl that can be parsed.
408 public <T> T getPort(EndpointReference epr, Class<T> portInterface, WebServiceFeature... features) { argument
409 return getPort(WSEndpointReference.create(epr),portInterface,features);
642 // TODO: what if it has different epr address?
782 private <T> T createEndpointIFBaseProxy(@Nullable WSEndpointReference epr, QName portName, Class<T> portInterface, argument
795 InvocationHandler pis = getStubHandler(binding, eif, epr);
805 protected InvocationHandler getStubHandler(BindingImpl binding, SEIPortInfo eif, @Nullable WSEndpointReference epr) { argument
806 return new SEIStub(eif, binding, eif.model, epr);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/sei/
H A DSEIStub.java73 public SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr) { argument
74 super(owner, master, binding, seiModel.getPort(), seiModel.getPort().getAddress(), epr);
82 public SEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr) { argument
83 super(portInfo, binding, seiModel.getPort().getAddress(),epr);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/
H A DAbstractHeaderImpl.java97 WSEndpointReference epr = new WSEndpointReference(xsr, expected);
99 return epr;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/message/
H A DAddressingUtils.java61 WSEndpointReference epr = av.anonymousEpr;
63 headers.add(epr.createHeader(av.replyToTag));
68 headers.add(epr.createHeader(av.faultToTag));
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/
H A DWSService.java82 public abstract <T> T getPort(WSEndpointReference epr, Class<T> portInterface, WebServiceFeature... features); argument
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js3845 epr: 3814,

Completed in 152 milliseconds