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.databinding com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.binding com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
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.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.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.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, WebServiceFeature[] features)Constructors in com.sun.xml.ws.binding with parameters of type BindingID Constructor Description BindingImpl(BindingID bindingId, WebServiceFeature... features) -
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()
-