Uses of Interface
com.sun.xml.ws.api.WSBinding
-
-
Uses of WSBinding in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as WSBinding Modifier and Type Field Description protected WSBindingWsaTube. bindingprotected WSBindingWsaTube. bindingprotected WSBindingWsaTube. bindingprotected WSBindingWsaTube. bindingprotected WSBindingWsaTube. bindingprotected WSBindingWsaTube. bindingprotected WSBindingWsaTubeHelper. bindingConstructors in com.sun.xml.ws.addressing with parameters of type WSBinding Constructor Description W3CWsaClientTube(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 WSBinding Modifier and Type Method Description Collection<PolicySubject>AddressingPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Puts 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 WSBinding Constructor Description MemberSubmissionWsaClientTube(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 WSBinding Modifier and Type Method Description WSBindingBindingID. createBinding()WSBindingBindingID. createBinding(WSFeatureList features)WSBindingBindingID. createBinding(jakarta.xml.ws.WebServiceFeature... features)Methods in com.sun.xml.ws.api with parameters of type WSBinding Modifier and Type Method Description abstract 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 WSBinding Modifier and Type Method Description static 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 booleanAddressingVersion. isEnabled(WSBinding binding)Returns 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 WSBinding Modifier and Type Field Description protected WSBindingDatabindingConfig. wsBindingMethods in com.sun.xml.ws.api.databinding that return WSBinding Modifier and Type Method Description WSBindingDatabindingConfig. getWSBinding()Methods in com.sun.xml.ws.api.databinding with parameters of type WSBinding Modifier and Type Method Description voidDatabindingConfig. setWSBinding(WSBinding wsBinding) -
Uses of WSBinding in com.sun.xml.ws.api.handler
Methods in com.sun.xml.ws.api.handler that return WSBinding Modifier and Type Method Description WSBindingMessageHandlerContext. 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 WSBinding Modifier and Type Method Description WSBindingPacket. getBinding()Methods in com.sun.xml.ws.api.message with parameters of type WSBinding Modifier and Type Method Description static 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.PacketPacket. 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.StringFilterMessageImpl. getID(WSBinding binding)StringMessage. getID(WSBinding binding)Deprecated.Set<QName>HeaderList. getNotUnderstoodHeaders(Set<String> roles, Set<QName> knownHeaders, WSBinding binding)Set<QName>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)PacketPacket. 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 Modifier and Type Method Description Set<QName>SAAJMessageHeaders. getNotUnderstoodHeaders(Set<String> roles, Set<QName> knownHeaders, WSBinding binding) -
Uses of WSBinding in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return WSBinding Modifier and Type Method Description WSBindingClientTubeAssemblerContext. getBinding()The binding of the new pipeline to be created.Methods in com.sun.xml.ws.api.pipe with parameters of type WSBinding Modifier and Type Method Description static jakarta.xml.ws.Dispatch<jakarta.activation.DataSource>Stubs. createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forDataSource.static jakarta.xml.ws.Dispatch<jakarta.activation.DataSource>Stubs. createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static <T> jakarta.xml.ws.Dispatch<T>Stubs. createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.static <T> jakarta.xml.ws.Dispatch<T>Stubs. createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Object>Stubs. createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a new JAXB-basedDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Object>Stubs. createJAXBDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static jakarta.xml.ws.Dispatch<Message>Stubs. createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)Creates a newMessage-basedDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Message>Stubs. createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)Deprecated.static jakarta.xml.ws.Dispatch<Packet>Stubs. createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)Creates a newMessage-basedDispatchstub that connects to the given pipe.static jakarta.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 jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>Stubs. createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forSOAPMessage.static jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>Stubs. createSAAJDispatch(QName portName, WSService owner, WSBinding binding, jakarta.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 jakarta.xml.ws.Dispatch<Source>Stubs. createSourceDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forSource.static jakarta.xml.ws.Dispatch<Source>Stubs. createSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSBinding Constructor Description ClientPipeAssemblerContext(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)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)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 Modifier and Type Method Description abstract WSBindingSCTokenConfiguration. getWSBinding() -
Uses of WSBinding in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return WSBinding Modifier and Type Method Description abstract WSBindingWSEndpoint. getBinding()Represents the binding for which thisWSEndpointis created for.Methods in com.sun.xml.ws.api.server with parameters of type WSBinding Modifier and Type Method Description 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, 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 WSBinding Modifier and Type Method Description WSBindingWSDLGenExtnContext. getBinding()Methods in com.sun.xml.ws.api.wsdl.writer with parameters of type WSBinding Modifier and Type Method Description voidWSDLGeneratorExtension. start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container)Deprecated.Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type WSBinding Constructor Description WSDLGenExtnContext(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 WSBinding Modifier and Type Method Description WSBindingClientTubelineAssemblyContext. 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 WSBinding Modifier and Type Class Description classBindingImplInstances are created by the service, which then sets the handler chain on the binding impl.classHTTPBindingImplclassSOAPBindingImplMethods in com.sun.xml.ws.binding that return WSBinding Modifier and Type Method Description static WSBindingBindingImpl. getDefaultBinding()Methods in com.sun.xml.ws.binding with parameters of type WSBinding Modifier and Type Method Description static jakarta.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 WSBinding Modifier and Type Method Description WSBindingStub. getBinding()Constructors in com.sun.xml.ws.client with parameters of type WSBinding Constructor Description ClientSchemaValidationTube(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 WSBinding Modifier and Type Method Description static voidDispatchImpl. checkValidDataSourceDispatch(WSBinding binding, jakarta.xml.ws.Service.Mode mode)static voidDispatchImpl. checkValidSOAPMessageDispatch(WSBinding binding, jakarta.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 Modifier and Type Method Description static StreamSOAPCodecStreamSOAPCodec. create(WSBinding binding)Deprecated. -
Uses of WSBinding in com.sun.xml.ws.encoding.policy
Methods in com.sun.xml.ws.encoding.policy with parameters of type WSBinding Modifier and Type Method Description Collection<PolicySubject>MtomPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Generates 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 WSBinding Modifier and Type Method Description protected WSBindingHandlerTube. getBinding()WSBindingMessageHandlerContextImpl. getWSBinding()Methods in com.sun.xml.ws.handler with parameters of type WSBinding Modifier and Type Method Description static 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 WSBinding Constructor Description ClientLogicalHandlerTube(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 WSBinding Modifier and Type Method Description WSBindingManagedEndpoint. getBinding()Methods in com.sun.xml.ws.metro.api.config.management with parameters of type WSBinding Modifier and Type Method Description PacketManagedEndpoint. 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 WSBinding Modifier and Type Field Description protected WSBindingAbstractSEIModelImpl. wsBindingMethods in com.sun.xml.ws.model that return WSBinding Modifier and Type Method Description WSBindingAbstractSEIModelImpl. getWSBinding() -
Uses of WSBinding in com.sun.xml.ws.policy.jaxws.spi
Methods in com.sun.xml.ws.policy.jaxws.spi with parameters of type WSBinding Modifier and Type Method Description Collection<PolicySubject>PolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)A 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 Constructor Description ClientMUTube(WSBinding binding, Tube next) -
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 WSBinding Modifier and Type Method Description Collection<PolicySubject>McPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
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 WSBinding Modifier and Type Method Description Collection<PolicySubject>RmPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
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 Modifier and Type Method Description Collection<PolicySubject>WsawAddressingPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Puts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of WSBinding in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv with parameters of type WSBinding Modifier and Type Method Description PacketNewWSSCPlugin. createCancelPacket(BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, jakarta.xml.bind.JAXBContext jbCxt, String endPointAddress)PacketNewWSSCPlugin. createIssuePacket(PolicyAssertion token, BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, jakarta.xml.bind.JAXBContext jbCxt, String endPointAddress, Packet packet)IssuedTokenContextNewWSSCPlugin. processCancellation(IssuedTokenContext ctx, WSDLPort wsdlPort, WSBinding binding, Pipe securityPipe, jakarta.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 WSBinding Modifier and Type Method Description WSBindingDefaultSCTokenConfiguration. getWSBinding()Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type WSBinding Constructor Description DefaultSCTokenConfiguration(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 WSBinding Modifier and Type Field Description protected WSBindingWSEndpointImpl. bindingMethods in com.sun.xml.ws.server that return WSBinding Modifier and Type Method Description WSBindingWSEndpointImpl. getBinding()WSBindingWSEndpointMOMProxy. getBinding()Methods in com.sun.xml.ws.server with parameters of type WSBinding Modifier and Type Method Description <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)PacketWSEndpointImpl. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)PacketWSEndpointMOMProxy. 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 WSBinding Constructor Description ServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline)WSEndpointImpl(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 WSBinding Modifier and Type Method Description static 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 WSBinding Constructor Description SEIInvokerTube(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 WSBinding Modifier and Type Method Description protected 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 Constructor Description HttpTransportPipe(Codec codec, WSBinding binding) -
Uses of WSBinding in com.sun.xml.ws.transport.tcp.client
Fields in com.sun.xml.ws.transport.tcp.client declared as WSBinding Modifier and Type Field Description protected WSBindingTCPTransportPipe. wsBindingMethods in com.sun.xml.ws.transport.tcp.client with parameters of type WSBinding Modifier and Type Method Description ChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type WSBinding Constructor Description TCPTransportPipe(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 Modifier and Type Method Description Collection<PolicySubject>OptimalTransportPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Collection<PolicySubject>TCPTransportPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding 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 WSBinding Modifier and Type Method Description static BindingUtils.NegotiatedBindingContentBindingUtils. 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 WSBinding Modifier and Type Method Description Collection<PolicySubject>AtPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Update 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 WSBinding Modifier and Type Method Description static 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 WSBinding Modifier and Type Field Description protected WSBindingAbstractSchemaValidationTube. bindingConstructors in com.sun.xml.ws.util.pipe with parameters of type WSBinding Constructor Description AbstractSchemaValidationTube(WSBinding binding, Tube next) -
Uses of WSBinding in com.sun.xml.ws.wsdl
Fields in com.sun.xml.ws.wsdl declared as WSBinding Modifier and Type Field Description protected WSBindingWSDLOperationFinder. bindingConstructors in com.sun.xml.ws.wsdl with parameters of type WSBinding Constructor Description OperationDispatcher(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 WSBinding Constructor Description WSDLGenerator(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 WSBinding Modifier and Type Method Description WSBindingClientTubeConfiguration. getBinding()WSBindingServerTubeConfiguration. getBinding()abstract WSBindingTubeConfiguration. getBinding()Gets the applicableWSBindingfor this pipeline.Constructors in com.sun.xml.wss.jaxws.impl with parameters of type WSBinding Constructor Description ClientTubeConfiguration(PolicyMap policy, WSDLPort wsdlPort, WSBinding binding) -
Uses of WSBinding in com.sun.xml.xwss
Fields in com.sun.xml.xwss declared as WSBinding Modifier and Type Field Description protected WSBindingXWSSClientTube. bindingConstructors in com.sun.xml.xwss with parameters of type WSBinding Constructor Description XWSSClientTube(WSDLPort prt, WSService svc, WSBinding bnd, Tube nextTube)Creates a new instance of XWSSClientPipe
-