Uses of Interface
com.sun.xml.ws.developer.WSBindingProvider
Packages that use WSBindingProvider
Package
Description
Pipe and related abstractions.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.-
Uses of WSBindingProvider in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client with parameters of type WSBindingProviderModifier and TypeMethodDescriptionvoidServiceInterceptor.postCreateDispatch(WSBindingProvider bp) A callback to notify that aDispatchobject is created.voidServiceInterceptor.postCreateProxy(WSBindingProvider bp, Class<?> serviceEndpointInterface) A callback to notify the event of creation of proxy object for SEI endpoint. -
Uses of WSBindingProvider in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return WSBindingProviderModifier and TypeMethodDescriptionClientTubeAssemblerContext.getBindingProvider()The pipeline is created for thisWSBindingProvider.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSBindingProviderModifierConstructorDescriptionClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) This constructor should be used only by JAX-WS Runtime and is not meant for external consumption. -
Uses of WSBindingProvider in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement WSBindingProvider -
Uses of WSBindingProvider in com.sun.xml.ws.client.dispatch
Classes in com.sun.xml.ws.client.dispatch that implement WSBindingProviderModifier and TypeClassDescriptionclassclassDispatchImpl<T>TheDispatchImplabstract class provides support for the dynamic invocation of a service endpoint operation using XML constructs, JAXB objects orSOAPMessage.classTheJAXBDispatchclass provides support for the dynamic invocation of a service endpoint operation using JAXB objects.classDispatchimplementation forMessage.classDispatchimplementation forPacket.classTheSOAPMessageDispatchclass provides support for the dynamic invocation of a service endpoint operation using theSOAPMessageclass. -
Uses of WSBindingProvider in com.sun.xml.ws.client.sei
Classes in com.sun.xml.ws.client.sei that implement WSBindingProvider