Searched refs:BindingImpl (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DSEIPortInfo.java31 import com.sun.xml.internal.ws.binding.BindingImpl;
60 public BindingImpl createBinding(WebServiceFeature[] webServiceFeatures, Class<?> portInterface) {
61 BindingImpl bindingImpl = super.createBinding(webServiceFeatures,portInterface);
H A DHandlerConfigurator.java31 import com.sun.xml.internal.ws.binding.BindingImpl;
50 * Used by {@link WSServiceDelegate} to configure {@link BindingImpl}
59 * Configures the given {@link BindingImpl} object by adding handlers to it.
61 abstract void configureHandlers(@NotNull WSPortInfo port, @NotNull BindingImpl binding);
84 void configureHandlers(@NotNull WSPortInfo port, @NotNull BindingImpl binding) {
126 void configureHandlers(WSPortInfo port, BindingImpl binding) {
H A DPortInfo.java37 import com.sun.xml.internal.ws.binding.BindingImpl;
109 * Creates {@link BindingImpl} for this {@link PortInfo}.
116 * The initialized BindingImpl
118 public BindingImpl createBinding(WebServiceFeature[] webServiceFeatures, Class<?> portInterface) {
142 BindingImpl bindingImpl = BindingImpl.create(bindingId, r.toArray());
H A DStub.java44 import com.sun.xml.internal.ws.binding.BindingImpl;
107 protected final BindingImpl binding;
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) {
217 this, binding, owner.getContainer(),((BindingImpl)binding).createCodec(),seiModel));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java35 import com.sun.xml.internal.ws.binding.BindingImpl;
85 * <h3>BindingImpl binding</h3>
119 return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr);
132 return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr);
146 return new DataSourceDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr);
159 return new DataSourceDispatch(portInfo, mode, (BindingImpl)binding, epr);
172 return DispatchImpl.createSourceDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr);
184 return DispatchImpl.createSourceDispatch(portInfo, mode, (BindingImpl)binding, epr);
291 return new JAXBDispatch(portName, jaxbContext, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr);
308 return new JAXBDispatch(portInfo, jaxbContext, mode, (BindingImpl) bindin
[all...]
H A DServerTubeAssemblerContext.java38 import com.sun.xml.internal.ws.binding.BindingImpl;
63 private final BindingImpl binding;
75 // WSBinding is actually BindingImpl
76 this.binding = (BindingImpl)endpoint.getBinding();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DMessageDispatch.java33 import com.sun.xml.internal.ws.binding.BindingImpl;
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.java33 import com.sun.xml.internal.ws.binding.BindingImpl;
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.java34 import com.sun.xml.internal.ws.binding.BindingImpl;
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.java32 import com.sun.xml.internal.ws.binding.BindingImpl;
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.java34 import com.sun.xml.internal.ws.binding.BindingImpl;
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.java37 import com.sun.xml.internal.ws.binding.BindingImpl;
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) {
H A DDispatchImpl.java41 import com.sun.xml.internal.ws.binding.BindingImpl;
104 protected DispatchImpl(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, @Nullable WSEndpointReference epr) {
117 protected DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, @Nullable WSEndpointReference epr) {
491 public static Dispatch<Source> createSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) {
498 public static Dispatch<Source> createSourceDispatch(WSPortInfo portInfo, Mode mode, BindingImpl binding, WSEndpointReference epr) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DBindingImpl.java52 * a BindingImpl has much meaning without binding id.
54 * extending BindingImpl, for example SOAPBindingImpl.
61 public abstract class BindingImpl implements WSBinding { class in inherits:WSBinding
71 protected BindingImpl(BindingID bindingId) { method in class:BindingImpl
118 public static BindingImpl create(@NotNull BindingID bindingId) {
125 public static BindingImpl create(@NotNull BindingID bindingId, WebServiceFeature[] features) {
H A DHTTPBindingImpl.java44 public class HTTPBindingImpl extends BindingImpl implements HTTPBinding {
47 * Use {@link BindingImpl#create(BindingID)} to create this.
H A DSOAPBindingImpl.java55 public final class SOAPBindingImpl extends BindingImpl implements SOAPBinding {
68 * Use {@link BindingImpl#create(BindingID)} to create this.
75 * Use {@link BindingImpl#create(BindingID)} to create this.
136 * Creates a new HandlerConfiguration object and sets it on the BindingImpl. Also parses Headers understood by
154 * Creates a new HandlerConfiguration object and sets it on the BindingImpl.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DClientLogicalHandlerTube.java35 import com.sun.xml.internal.ws.binding.BindingImpl;
100 List<LogicalHandler> logicalSnapShot= ((BindingImpl) binding).getHandlerConfig().getLogicalHandlers();
H A DClientMessageHandlerTube.java39 import com.sun.xml.internal.ws.binding.BindingImpl;
133 HandlerConfiguration handlerConfig = ((BindingImpl) binding).getHandlerConfig();
H A DClientSOAPHandlerTube.java37 import com.sun.xml.internal.ws.binding.BindingImpl;
97 HandlerConfiguration handlerConfig = ((BindingImpl) binding).getHandlerConfig();
H A DServerLogicalHandlerTube.java37 import com.sun.xml.internal.ws.binding.BindingImpl;
109 List<LogicalHandler> logicalSnapShot= ((BindingImpl) binding).getHandlerConfig().getLogicalHandlers();
H A DServerMessageHandlerTube.java37 import com.sun.xml.internal.ws.binding.BindingImpl;
75 HandlerConfiguration handlerConfig = ((BindingImpl) binding).getHandlerConfig();
H A DServerSOAPHandlerTube.java37 import com.sun.xml.internal.ws.binding.BindingImpl;
100 HandlerConfiguration handlerConfig = ((BindingImpl) binding).getHandlerConfig();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DServerMUTube.java32 import com.sun.xml.internal.ws.binding.BindingImpl;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DSEIStub.java40 import com.sun.xml.internal.ws.binding.BindingImpl;
62 public SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr) {
69 public SEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DBindingID.java32 import com.sun.xml.internal.ws.binding.BindingImpl;
99 return BindingImpl.create(this);
115 return BindingImpl.create(this, features);

Completed in 194 milliseconds

12