Uses of Class
com.sun.xml.ws.api.BindingID
-
Packages that use BindingID Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.client com.sun.xml.ws.api.databinding com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.assembler com.sun.xml.ws.binding com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.handler com.sun.xml.ws.model.wsdl com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.transport.http.server com.sun.xml.xwss -
-
Uses of BindingID in com.sun.xml.ws.api
Fields in com.sun.xml.ws.api declared as BindingID Modifier and Type Field Description static BindingIDBindingID. XML_HTTPConstant that represents REST.Methods in com.sun.xml.ws.api that return BindingID Modifier and Type Method Description BindingIDBindingIDFactory. create(String transport, SOAPVersion soapVersion)Creates aBindingIDfor given transport and SOAPVersion.BindingIDWSBinding. getBindingId()Gets the binding ID, which uniquely identifies the binding.static BindingIDBindingID. parse(Class<?> implClass)Figures out the binding fromBindingTypeannotation.static BindingIDBindingID. parse(String lexical)Parses a binding ID string into aBindingIDobject.abstract BindingIDBindingIDFactory. parse(String lexical)Parses a binding ID string intoBindingIDif possible. -
Uses of BindingID in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client that return BindingID Modifier and Type Method Description BindingIDWSPortInfo. getBindingId()Returns the same information asPortInfo.getBindingID()but in a strongly-typed fashion -
Uses of BindingID in com.sun.xml.ws.api.databinding
Fields in com.sun.xml.ws.api.databinding declared as BindingID Modifier and Type Field Description protected BindingIDMappingInfo. bindingIDMethods in com.sun.xml.ws.api.databinding that return BindingID Modifier and Type Method Description BindingIDMappingInfo. getBindingID()Methods in com.sun.xml.ws.api.databinding with parameters of type BindingID Modifier and Type Method Description voidMappingInfo. setBindingID(BindingID bindingID) -
Uses of BindingID in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return BindingID Modifier and Type Method Description BindingIDWSDLBoundPortType. getBindingId()Returns the binding ID. -
Uses of BindingID in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type BindingID Modifier and Type Method Description voidEditableWSDLBoundPortType. setBindingId(BindingID bindingId)Sets the binding ID -
Uses of BindingID in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type BindingID Modifier and Type Method Description static PipelineAssemblerPipelineAssemblerFactory. create(ClassLoader classLoader, BindingID bindingId)Deprecated.LocatesPipelineAssemblerFactorys and create a suitablePipelineAssembler.static TubelineAssemblerTubelineAssemblerFactory. create(ClassLoader classLoader, BindingID bindingId)static TubelineAssemblerTubelineAssemblerFactory. create(ClassLoader classLoader, BindingID bindingId, Container container)LocatesTubelineAssemblerFactorys and create a suitableTubelineAssembler.abstract PipelineAssemblerPipelineAssemblerFactory. doCreate(BindingID bindingId)Deprecated.Creates aPipelineAssemblerapplicable for the given binding ID.abstract TubelineAssemblerTubelineAssemblerFactory. doCreate(BindingID bindingId)Creates aTubelineAssemblerapplicable for the given binding ID. -
Uses of BindingID in com.sun.xml.ws.assembler
Methods in com.sun.xml.ws.assembler with parameters of type BindingID Modifier and Type Method Description TubelineAssemblerMetroTubelineAssemblerFactoryImpl. doCreate(BindingID bindingId)Constructors in com.sun.xml.ws.assembler with parameters of type BindingID Constructor Description MetroTubelineAssembler(BindingID bindingId, MetroConfigName metroConfigName) -
Uses of BindingID in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding that return BindingID Modifier and Type Method Description BindingIDBindingImpl. getBindingId()Methods in com.sun.xml.ws.binding with parameters of type BindingID Modifier and Type Method Description static BindingImplBindingImpl. create(BindingID bindingId)static BindingImplBindingImpl. create(BindingID bindingId, javax.xml.ws.WebServiceFeature[] features)Constructors in com.sun.xml.ws.binding with parameters of type BindingID Constructor Description BindingImpl(BindingID bindingId, javax.xml.ws.WebServiceFeature... features) -
Uses of BindingID in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as BindingID Modifier and Type Field Description BindingIDPortInfo. bindingIdMethods in com.sun.xml.ws.client that return BindingID Modifier and Type Method Description BindingIDPortInfo. getBindingId()Constructors in com.sun.xml.ws.client with parameters of type BindingID Constructor Description PortInfo(WSServiceDelegate owner, EndpointAddress targetEndpoint, QName name, BindingID bindingId) -
Uses of BindingID in com.sun.xml.ws.handler
Constructors in com.sun.xml.ws.handler with parameters of type BindingID Constructor Description PortInfoImpl(BindingID bindingId, QName portName, QName serviceName)The class is constructed with the information needed to identify a port. -
Uses of BindingID in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl that return BindingID Modifier and Type Method Description BindingIDWSDLBoundPortTypeImpl. getBindingId()Methods in com.sun.xml.ws.model.wsdl with parameters of type BindingID Modifier and Type Method Description voidWSDLBoundPortTypeImpl. setBindingId(BindingID bindingId) -
Uses of BindingID in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return BindingID Modifier and Type Method Description BindingIDMonitorRootService. bindingID() -
Uses of BindingID in com.sun.xml.ws.transport.http.server
Constructors in com.sun.xml.ws.transport.http.server with parameters of type BindingID Constructor Description EndpointImpl(BindingID bindingId, Class implClass, javax.xml.ws.spi.Invoker invoker, javax.xml.ws.WebServiceFeature... features)EndpointImpl(BindingID bindingId, Object impl, javax.xml.ws.WebServiceFeature... features) -
Uses of BindingID in com.sun.xml.xwss
Methods in com.sun.xml.xwss with parameters of type BindingID Modifier and Type Method Description TubelineAssemblerXWSSTubelineAssemblerFactory. doCreate(BindingID bindingId)
-