Uses of Interface
com.sun.xml.ws.api.WSBinding
Packages that use WSBinding
Package
Description
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of WSBinding in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as WSBindingModifier and TypeFieldDescriptionprotected final WSBindingWsaTube.bindingprotected final WSBindingWsaTube.bindingprotected final WSBindingWsaTube.bindingprotected final WSBindingWsaTube.bindingprotected final WSBindingWsaTube.bindingprotected final WSBindingWsaTube.bindingprotected WSBindingWsaTubeHelper.bindingConstructors in com.sun.xml.ws.addressing with parameters of type WSBindingModifierConstructorDescriptionW3CWsaClientTube(WSDLPort wsdlPort, WSBinding binding, Tube next) W3CWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) WsaClientTube(WSDLPort wsdlPort, WSBinding binding, Tube next) WsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) WsaTubeHelper(WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort) WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) -
Uses of WSBinding in com.sun.xml.ws.addressing.policy
Methods in com.sun.xml.ws.addressing.policy with parameters of type WSBindingModifier and TypeMethodDescriptionPuts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of WSBinding in com.sun.xml.ws.addressing.v200408
Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type WSBindingModifierConstructorDescriptionMemberSubmissionWsaClientTube(WSDLPort wsdlPort, WSBinding binding, Tube next) MemberSubmissionWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) -
Uses of WSBinding in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return WSBindingModifier and TypeMethodDescriptionfinal WSBindingBindingID.createBinding()final WSBindingBindingID.createBinding(WSFeatureList features) final WSBindingBindingID.createBinding(javax.xml.ws.WebServiceFeature... features) Methods in com.sun.xml.ws.api with parameters of type WSBindingModifier and TypeMethodDescriptionabstract CodecBindingID.createEncoder(WSBinding binding) Creates a newCodecfor this binding. -
Uses of WSBinding in com.sun.xml.ws.api.addressing
Methods in com.sun.xml.ws.api.addressing with parameters of type WSBindingModifier and TypeMethodDescriptionstatic AddressingVersionAddressingVersion.fromBinding(WSBinding binding) Gets theAddressingVersionfrom aWSBindingabstract WsaTubeHelperAddressingVersion.getWsaHelper(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Deprecated.TODO why are we exposing implementation specificc class through api? TODO Remove it if no one elase uses it.static booleanReturns true ifbindingcontains either aAddressingFeatureorMemberSubmissionAddressingFeatureand is enabled.static booleanAddressingVersion.isRequired(WSBinding binding) Returns true ifbindingcontains either aAddressingFeatureorMemberSubmissionAddressingFeatureand is required. -
Uses of WSBinding in com.sun.xml.ws.api.databinding
Fields in com.sun.xml.ws.api.databinding declared as WSBindingMethods in com.sun.xml.ws.api.databinding that return WSBindingMethods in com.sun.xml.ws.api.databinding with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.api.handler
Methods in com.sun.xml.ws.api.handler that return WSBindingModifier and TypeMethodDescriptionMessageHandlerContext.getWSBinding()Provides access toWSBindingwhich can be used in various ways. -
Uses of WSBinding in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return WSBindingMethods in com.sun.xml.ws.api.message with parameters of type WSBindingModifier and TypeMethodDescriptionstatic MessageMessages.createAddressingFaultMessage(WSBinding binding, Packet p, QName missingHeader) Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if one of the expected WS-Addressing headers is missing in the messagestatic MessageMessages.createAddressingFaultMessage(WSBinding binding, QName missingHeader) Deprecated.Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Creates a server-side responsePacketfrom a request packet (this).static voidAddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers, WSDLPort wsdlPort, WSBinding binding, Packet packet) voidHeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort, WSBinding binding, Packet packet) Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value.Deprecated.MessageHeaders.getNotUnderstoodHeaders(Set<String> roles, Set<QName> knownHeaders, WSBinding binding) Returns a Set of QNames of headers that satisfy ALL the following conditions: (a) Have mustUnderstand = true (b) have NOT been explicitly marked as understood (c) If roles argument is non-null, the header has isIgnorable = false for the roles argument and SOAP version (d) If non-null binding is passed in, are NOT understood by the binding (e) If (d) is met, the header is NOT in the knownHeaders list passed invoidHeaderList.readResponseAddressingHeaders(WSDLPort wsdlPort, WSBinding binding) Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) -
Uses of WSBinding in com.sun.xml.ws.api.message.saaj
Methods in com.sun.xml.ws.api.message.saaj with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return WSBindingModifier and TypeMethodDescriptionClientTubeAssemblerContext.getBinding()The binding of the new pipeline to be created.Methods in com.sun.xml.ws.api.pipe with parameters of type WSBindingModifier and TypeMethodDescriptionstatic javax.xml.ws.Dispatch<javax.activation.DataSource>Stubs.createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forDataSource.static javax.xml.ws.Dispatch<javax.activation.DataSource>Stubs.createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static <T> javax.xml.ws.Dispatch<T>Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub that connects to the given pipe.static <T> javax.xml.ws.Dispatch<T>Stubs.createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Creates a newDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Object>Stubs.createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.bind.JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a new JAXB-basedDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Object>Stubs.createJAXBDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.bind.JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static javax.xml.ws.Dispatch<Message>Stubs.createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Creates a newMessage-basedDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Message>Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) Deprecated.static javax.xml.ws.Dispatch<Packet>Stubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Creates a newMessage-basedDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Packet>Stubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) Creates a newPacket-basedDispatchstub that connects to the given pipe.<T> TStubs.createPortProxy(WSPortInfo portInfo, WSBinding binding, SEIModel model, Class<T> portInterface, WSEndpointReference epr) Creates a new strongly-typed proxy object that implements a given port interface.<T> TStubs.createPortProxy(WSService service, WSBinding binding, SEIModel model, Class<T> portInterface, Tube next, WSEndpointReference epr) Creates a new strongly-typed proxy object that implements a given port interface.static javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage>Stubs.createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forSOAPMessage.static javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage>Stubs.createSAAJDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static SOAPBindingCodecCodecs.createSOAPBindingCodec(WSBinding binding, StreamSOAPCodec xmlEnvelopeCodec) This creates a fullCodecfor SOAP binding using the primary XML codec argument.static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(WSBinding binding) Deprecated.static javax.xml.ws.Dispatch<Source>Stubs.createSourceDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forSource.static javax.xml.ws.Dispatch<Source>Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSBindingModifierConstructorDescriptionClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(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 WSBinding in com.sun.xml.ws.api.security.secconv.client
Methods in com.sun.xml.ws.api.security.secconv.client that return WSBinding -
Uses of WSBinding in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return WSBindingModifier and TypeMethodDescriptionabstract WSBindingWSEndpoint.getBinding()Represents the binding for which thisWSEndpointis created for.Methods in com.sun.xml.ws.api.server with parameters of type WSBindingModifier and TypeMethodDescriptionstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) abstract PacketWSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception. -
Uses of WSBinding in com.sun.xml.ws.api.wsdl.writer
Methods in com.sun.xml.ws.api.wsdl.writer that return WSBindingMethods in com.sun.xml.ws.api.wsdl.writer with parameters of type WSBindingModifier and TypeMethodDescriptionvoidWSDLGeneratorExtension.start(com.sun.xml.txw2.TypedXmlWriter root, SEIModel model, WSBinding binding, Container container) Deprecated.Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type WSBindingModifierConstructorDescriptionWSDLGenExtnContext(com.sun.xml.txw2.TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass) Constructs WSDL Generation context for the extensions -
Uses of WSBinding in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return WSBindingModifier and TypeMethodDescriptionClientTubelineAssemblyContext.getBinding()The binding of the new pipeline to be created. -
Uses of WSBinding in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl that return WSBindingModifier and TypeMethodDescriptionMetroClientTubelineAssemblyContextImpl.getBinding()The binding of the new pipeline to be created. -
Uses of WSBinding in com.sun.xml.ws.binding
Classes in com.sun.xml.ws.binding that implement WSBindingModifier and TypeClassDescriptionclassInstances are created by the service, which then sets the handler chain on the binding impl.classfinal classMethods in com.sun.xml.ws.binding that return WSBindingMethods in com.sun.xml.ws.binding with parameters of type WSBindingModifier and TypeMethodDescriptionstatic javax.xml.ws.WebServiceFeature[]WebServiceFeatureList.toFeatureArray(WSBinding binding) -
Uses of WSBinding in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return WSBindingConstructors in com.sun.xml.ws.client with parameters of type WSBindingModifierConstructorDescriptionClientSchemaValidationTube(WSBinding binding, WSDLPort port, Tube next) -
Uses of WSBinding in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch with parameters of type WSBindingModifier and TypeMethodDescriptionstatic voidDispatchImpl.checkValidDataSourceDispatch(WSBinding binding, javax.xml.ws.Service.Mode mode) static voidDispatchImpl.checkValidSOAPMessageDispatch(WSBinding binding, javax.xml.ws.Service.Mode mode) -
Uses of WSBinding in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.encoding.policy
Methods in com.sun.xml.ws.encoding.policy with parameters of type WSBindingModifier and TypeMethodDescriptionGenerates an MTOM policy if MTOM is enabled. -
Uses of WSBinding in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler that return WSBindingModifier and TypeMethodDescriptionprotected WSBindingHandlerTube.getBinding()MessageHandlerContextImpl.getWSBinding()Methods in com.sun.xml.ws.handler with parameters of type WSBindingModifier and TypeMethodDescriptionstatic HandlerAnnotationInfoHandlerChainsModel.parseHandlerFile(XMLStreamReader reader, ClassLoader classLoader, QName serviceName, QName portName, WSBinding wsbinding) This method is called internally by HandlerAnnotationProcessor, and byDeploymentDescriptorParserdirectly when it reaches the handler chains element in the descriptor file it is parsing.Constructors in com.sun.xml.ws.handler with parameters of type WSBindingModifierConstructorDescriptionClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) Creates a new instance of LogicalHandlerTubeClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.ClientMessageHandlerTube(SEIModel seiModel, WSBinding binding, WSDLPort port, Tube next) Creates a new instance of MessageHandlerTubeClientSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next) Creates a new instance of SOAPHandlerTubeClientSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube.HandlerTube(Tube next, WSDLPort port, WSBinding binding) HandlerTube(Tube next, HandlerTube cousinTube, WSBinding binding) MessageHandlerContextImpl(SEIModel seiModel, WSBinding binding, WSDLPort wsdlModel, Packet packet, Set<String> roles) ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) Creates a new instance of LogicalHandlerTubeServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube) ServerSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next) Creates a new instance of SOAPHandlerTubeServerSOAPHandlerTube(WSBinding binding, Tube next, HandlerTube cousinTube) This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube.SOAPMessageContextImpl(WSBinding binding, Packet packet, Set<String> roles) -
Uses of WSBinding in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return WSBindingMethods in com.sun.xml.ws.metro.api.config.management with parameters of type WSBindingModifier and TypeMethodDescriptionManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb) -
Uses of WSBinding in com.sun.xml.ws.model
Fields in com.sun.xml.ws.model declared as WSBindingMethods in com.sun.xml.ws.model that return WSBinding -
Uses of WSBinding in com.sun.xml.ws.policy.jaxws.spi
Methods in com.sun.xml.ws.policy.jaxws.spi with parameters of type WSBindingModifier and TypeMethodDescriptionA callback method that allows to retrieve policy related information from provided parameters return a collection of new policies that are added to the map. -
Uses of WSBinding in com.sun.xml.ws.protocol.soap
Constructors in com.sun.xml.ws.protocol.soap with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.rx.mc.policy.spi_impl
Methods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type WSBindingModifier and TypeMethodDescription -
Uses of WSBinding in com.sun.xml.ws.rx.rm.policy.spi_impl
Methods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type WSBindingModifier and TypeMethodDescription -
Uses of WSBinding in com.sun.xml.ws.security.addressing.policy
Methods in com.sun.xml.ws.security.addressing.policy with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv with parameters of type WSBindingModifier and TypeMethodDescriptionNewWSSCPlugin.createCancelPacket(BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, javax.xml.bind.JAXBContext jbCxt, String endPointAddress) NewWSSCPlugin.createIssuePacket(PolicyAssertion token, BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, javax.xml.bind.JAXBContext jbCxt, String endPointAddress, Packet packet) NewWSSCPlugin.processCancellation(IssuedTokenContext ctx, WSDLPort wsdlPort, WSBinding binding, Pipe securityPipe, javax.xml.bind.JAXBContext jbCxt, String endPointAddress) -
Uses of WSBinding in com.sun.xml.ws.security.secconv.impl.client
Methods in com.sun.xml.ws.security.secconv.impl.client that return WSBindingConstructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type WSBindingModifierConstructorDescriptionDefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Packet packet, AddressingVersion addVer, PolicyAssertion localToken) DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Pipe securityPipe, Packet packet, AddressingVersion addVer, PolicyAssertion localToken) DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Tube securityTube, Packet packet, AddressingVersion addVer, PolicyAssertion localToken, Tube nextTube) -
Uses of WSBinding in com.sun.xml.ws.server
Fields in com.sun.xml.ws.server declared as WSBindingMethods in com.sun.xml.ws.server that return WSBindingMethods in com.sun.xml.ws.server with parameters of type WSBindingModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) <T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) protected <T> WSEndpoint<T>EndpointFactory.create(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, PolicyMap policyMap) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) protected <T> EndpointAwareTubeEndpointFactory.createProviderInvokerTube(Class<T> implType, WSBinding binding, Invoker invoker, Container container) protected EndpointAwareTubeEndpointFactory.createSEIInvokerTube(AbstractSEIModelImpl seiModel, Invoker invoker, WSBinding binding) WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) static MetadataReaderEndpointFactory.getExternalMetadatReader(Class<?> implType, WSBinding binding) Constructors in com.sun.xml.ws.server with parameters of type WSBindingModifierConstructorDescriptionServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) -
Uses of WSBinding in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider with parameters of type WSBindingModifier and TypeMethodDescriptionstatic ProviderArgumentsBuilder<?>ProviderArgumentsBuilder.create(com.sun.xml.ws.server.provider.ProviderEndpointModel model, WSBinding binding) static <T> ProviderInvokerTube<T>ProviderInvokerTube.create(Class<T> implType, WSBinding binding, Invoker invoker, Container container) protected PacketProviderArgumentsBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding) CreatesMessagefrom method invocation's return valueprotected PacketProviderArgumentsBuilder.getResponse(Packet request, T returnValue, WSDLPort port, WSBinding binding) CreatesPacketfrom method invocation's return value -
Uses of WSBinding in com.sun.xml.ws.server.sei
Constructors in com.sun.xml.ws.server.sei with parameters of type WSBindingModifierConstructorDescriptionSEIInvokerTube(AbstractSEIModelImpl model, Invoker invoker, WSBinding binding) TieHandler(JavaMethodImpl method, WSBinding binding, MessageContextFactory mcf) -
Uses of WSBinding in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http with parameters of type WSBindingModifier and TypeMethodDescriptionprotected booleanDeploymentDescriptorParser.setHandlersAndRoles(WSBinding binding, XMLStreamReader reader, QName serviceName, QName portName) Parses the handler and role information and sets it on theWSBinding. -
Uses of WSBinding in com.sun.xml.ws.transport.http.client
Constructors in com.sun.xml.ws.transport.http.client with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.transport.tcp.client
Fields in com.sun.xml.ws.transport.tcp.client declared as WSBindingMethods in com.sun.xml.ws.transport.tcp.client with parameters of type WSBindingModifier and TypeMethodDescriptionWSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type WSBindingModifierConstructorDescriptionprotectedTCPTransportPipe(WSService wsService, WSBinding wsBinding, Codec defaultCodec, int customTCPPort) -
Uses of WSBinding in com.sun.xml.ws.transport.tcp.policy
Methods in com.sun.xml.ws.transport.tcp.policy with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util with parameters of type WSBindingModifier and TypeMethodDescriptionBindingUtils.getNegotiatedContentTypesAndParams(WSBinding binding) -
Uses of WSBinding in com.sun.xml.ws.tx.at.policy.spi_impl
Methods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type WSBindingModifier and TypeMethodDescriptionUpdate policy map with operation scope of correct WS-AT policy assertions. -
Uses of WSBinding in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with parameters of type WSBindingModifier and TypeMethodDescriptionstatic HandlerAnnotationInfoHandlerAnnotationProcessor.buildHandlerInfo(Class<?> clazz, QName serviceName, QName portName, WSBinding binding) This method is called byEndpointFactorywhen they have an annotated class. -
Uses of WSBinding in com.sun.xml.ws.util.pipe
Fields in com.sun.xml.ws.util.pipe declared as WSBindingConstructors in com.sun.xml.ws.util.pipe with parameters of type WSBinding -
Uses of WSBinding in com.sun.xml.ws.wsdl
Fields in com.sun.xml.ws.wsdl declared as WSBindingConstructors in com.sun.xml.ws.wsdl with parameters of type WSBindingModifierConstructorDescriptionOperationDispatcher(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) WSDLOperationFinder(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) -
Uses of WSBinding in com.sun.xml.ws.wsdl.writer
Constructors in com.sun.xml.ws.wsdl.writer with parameters of type WSBindingModifierConstructorDescriptionWSDLGenerator(AbstractSEIModelImpl model, WSDLResolver wsdlResolver, WSBinding binding, Container container, Class implType, boolean inlineSchemas, boolean disableXmlSecurity, WSDLGeneratorExtension... extensions) Creates the WSDLGeneratorWSDLGenerator(AbstractSEIModelImpl model, WSDLResolver wsdlResolver, WSBinding binding, Container container, Class implType, boolean inlineSchemas, WSDLGeneratorExtension... extensions) Creates the WSDLGenerator -
Uses of WSBinding in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return WSBindingModifier and TypeMethodDescriptionClientTubeConfiguration.getBinding()ServerTubeConfiguration.getBinding()abstract WSBindingTubeConfiguration.getBinding()Gets the applicableWSBindingfor this pipeline.Constructors in com.sun.xml.wss.jaxws.impl with parameters of type WSBindingModifierConstructorDescriptionClientTubeConfiguration(PolicyMap policy, WSDLPort wsdlPort, WSBinding binding) -
Uses of WSBinding in com.sun.xml.xwss
Fields in com.sun.xml.xwss declared as WSBindingConstructors in com.sun.xml.xwss with parameters of type WSBindingModifierConstructorDescriptionXWSSClientTube(WSDLPort prt, WSService svc, WSBinding bnd, Tube nextTube) Creates a new instance of XWSSClientPipe