Searched refs:WSEndpointReference (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOneWayFeature.java61 private WSEndpointReference replyTo;
62 private WSEndpointReference from;
86 * @param replyTo specifies the {@link WSEndpointReference} of wsa:ReplyTo header.
88 public OneWayFeature(boolean enabled, WSEndpointReference replyTo) {
97 * @param replyTo specifies the {@link WSEndpointReference} of wsa:ReplyTo header.
98 * @param from specifies the {@link WSEndpointReference} of wsa:From header.
102 public OneWayFeature(boolean enabled, WSEndpointReference replyTo, WSEndpointReference from, String relatesTo) {
118 * Getter for wsa:ReplyTo header {@link WSEndpointReference} .
123 public WSEndpointReference getReplyT
[all...]
H A DEPRHeader.java50 * Used from {@link WSEndpointReference}.
53 * @see WSEndpointReference
58 private final WSEndpointReference epr;
60 EPRHeader(QName tagName, WSEndpointReference epr) {
H A DWSEndpointReference.java90 public final class WSEndpointReference implements WSDLExtension { class in inherits:WSDLExtension
114 public WSEndpointReference(EndpointReference epr, AddressingVersion version) { method in class:WSEndpointReference
134 public WSEndpointReference(EndpointReference epr) { method in class:WSEndpointReference
139 * Creates a {@link WSEndpointReference} that wraps a given infoset.
141 public WSEndpointReference(XMLStreamBuffer infoset, AddressingVersion version) { method in class:WSEndpointReference
154 * Creates a {@link WSEndpointReference} by parsing an infoset.
156 public WSEndpointReference(InputStream infoset, AddressingVersion version) throws XMLStreamException { method in class:WSEndpointReference
161 * Creates a {@link WSEndpointReference} from the given infoset.
164 public WSEndpointReference(XMLStreamReader in, AddressingVersion version) throws XMLStreamException { method in class:WSEndpointReference
169 * @see #WSEndpointReference(Strin
171 public WSEndpointReference(URL address, AddressingVersion version) { method in class:WSEndpointReference
178 public WSEndpointReference(URI address, AddressingVersion version) { method in class:WSEndpointReference
185 public WSEndpointReference(String address, AddressingVersion version) { method in class:WSEndpointReference
221 public WSEndpointReference(@NotNull AddressingVersion version, method in class:WSEndpointReference
239 public WSEndpointReference(@NotNull AddressingVersion version, method in class:WSEndpointReference
260 public WSEndpointReference(@NotNull AddressingVersion version, method in class:WSEndpointReference
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DEndpointReferenceExtensionContributor.java28 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
50 public abstract WSEndpointReference.EPRExtension getEPRExtension(WSEndpoint endpoint, @Nullable WSEndpointReference.EPRExtension extension );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWSEPRExtension.java29 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
40 public class WSEPRExtension extends WSEndpointReference.EPRExtension {
H A DWsaServerTube.java38 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
70 private WSEndpointReference replyTo;
71 private WSEndpointReference faultTo;
166 protected void checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo) {
176 WSEndpointReference target = msg.isFault()?faultTo:replyTo;
208 private void processNonAnonymousReply(final Packet packet, WSEndpointReference target) {
279 private void checkNonAnonymousAddresses(WSEndpointReference replyTo, WSEndpointReference faultTo) {
H A DWsaPropertyBag.java32 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
84 public WSEndpointReference getFrom() throws XMLStreamException {
113 private WSEndpointReference getEPR(QName tag) throws XMLStreamException {
H A DW3CWsaServerTube.java32 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
107 protected void checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo) {
160 protected void checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java32 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
96 * <h3>{@link WSEndpointReference} epr</h3>
117 public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) {
130 public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) {
144 public static Dispatch<DataSource> createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) {
157 public static Dispatch<DataSource> createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode,@Nullable WSEndpointReference epr) {
171 public static Dispatch<Source> createSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) {
183 public static Dispatch<Source> createSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) {
212 @Nullable WSEndpointReference epr) {
251 @Nullable WSEndpointReference ep
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DMessageDispatch.java28 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
49 public MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) {
53 public MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr) {
H A DDataSourceDispatch.java28 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
52 public DataSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) {
56 public DataSourceDispatch(WSPortInfo portInfo, Service.Mode mode,BindingImpl binding, WSEndpointReference epr) {
H A DRESTSourceDispatch.java28 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
56 public RESTSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) {
61 public RESTSourceDispatch(WSPortInfo portInfo, Mode mode, BindingImpl binding, WSEndpointReference epr) {
H A DSOAPMessageDispatch.java28 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
61 public SOAPMessageDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) {
65 public SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) {
H A DSOAPSourceDispatch.java28 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
58 public SOAPSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) {
63 public SOAPSourceDispatch(WSPortInfo portInfo, Mode mode, BindingImpl binding, WSEndpointReference epr) {
H A DJAXBDispatch.java29 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
65 public JAXBDispatch(QName port, JAXBContext jc, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) {
70 public JAXBDispatch(WSPortInfo portInfo, JAXBContext jc, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortImpl.java30 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
52 private WSEndpointReference epr;
93 public void setEPR(@NotNull WSEndpointReference epr) {
99 public @Nullable WSEndpointReference getEPR() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DWSBindingProvider.java31 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
125 * Similar to {link BindingProvider#getEndpointReference(}, but returns WSEndpointReference that has more
128 * @return WSEndpointReference of the target servcie endpoint
132 WSEndpointReference getWSEndpointReference();
H A DJAXWSProperties.java30 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
154 * is {@link WSEndpointReference}.
166 * is {@link WSEndpointReference}.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSService.java29 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
74 * but takes {@link WSEndpointReference}.
76 public abstract <T> T getPort(WSEndpointReference epr, Class<T> portInterface, WebServiceFeature... features);
82 public abstract <T> Dispatch<T> createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features);
88 public abstract Dispatch<Object> createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DAbstractHeaderImpl.java33 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
85 public WSEndpointReference readAsEPR(AddressingVersion expected) throws XMLStreamException {
87 WSEndpointReference epr = new WSEndpointReference(xsr, expected);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DStub.java37 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
105 protected @Nullable WSEndpointReference endpointReference;
147 protected Stub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) {
162 protected Stub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) {
167 private Stub(WSServiceDelegate owner, @Nullable Tube master, @Nullable WSPortInfo portInfo, BindingImpl binding, @Nullable WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) {
429 public final WSEndpointReference getWSEndpointReference() {
440 List<WSEndpointReference.EPRExtension> wsdlEPRExtensions = new ArrayList<WSEndpointReference.EPRExtension>();
447 WSEndpointReference wsdlEpr = ((WSDLPortImpl) wsdlPort).getEPR();
449 for (WSEndpointReference
[all...]
H A DWSServiceDelegate.java33 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
316 return getPort(WSEndpointReference.create(epr),portInterface,features);
319 public <T> T getPort(WSEndpointReference wsepr, Class<T> portInterface, WebServiceFeature... features) {
327 private <T> T getPort(WSEndpointReference wsepr, QName portName, Class<T> portInterface,
373 public <T> Dispatch<T> createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features) {
384 WSEndpointReference wsepr = null;
392 WSEndpointReference wsepr = new WSEndpointReference(endpointReference);
428 public Dispatch<Object> createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features) {
445 WSEndpointReference wsep
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DWSEndpointImpl.java33 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
102 private Map<QName, WSEndpointReference.EPRExtension> endpointReferenceExtensions = new HashMap<QName, WSEndpointReference.EPRExtension>();
161 Map<QName, WSEndpointReference.EPRExtension> eprExtensions = new HashMap<QName, WSEndpointReference.EPRExtension>();
165 WSEndpointReference wsdlEpr = ((WSDLPortImpl) port).getEPR();
167 for (WSEndpointReference.EPRExtension extnEl : wsdlEpr.getEPRExtensions()) {
175 WSEndpointReference.EPRExtension wsdlEPRExtn = eprExtensions.remove(eprExtnContributor.getQName());
176 WSEndpointReference.EPRExtension endpointEprExtn = eprExtnContributor.getEPRExtension(this,wsdlEPRExtn);
181 for (WSEndpointReference
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeader.java33 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
251 * Reads this header as an {@link WSEndpointReference}.
261 public @NotNull WSEndpointReference readAsEPR(AddressingVersion expected) throws XMLStreamException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DSEIStub.java32 import com.sun.xml.internal.ws.api.addressing.WSEndpointReference;
62 public SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr) {
69 public SEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr) {

Completed in 96 milliseconds

12