|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingID | |
|---|---|
| com.sun.tools.ws.wscompile | |
| com.sun.xml.ws.api | JAX-WS RI extension of JAX-WS API. |
| com.sun.xml.ws.api.client | |
| com.sun.xml.ws.api.model.wsdl | |
| com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
| com.sun.xml.ws.binding | |
| com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
| com.sun.xml.ws.handler | |
| com.sun.xml.ws.model | |
| com.sun.xml.ws.model.wsdl | |
| com.sun.xml.ws.transport.http.server | |
| Uses of BindingID in com.sun.tools.ws.wscompile |
|---|
| Methods in com.sun.tools.ws.wscompile that return BindingID | |
|---|---|
static BindingID |
WsgenOptions.getBindingID(String protocol)
|
| Uses of BindingID in com.sun.xml.ws.api |
|---|
| Fields in com.sun.xml.ws.api declared as BindingID | |
|---|---|
static BindingID |
BindingID.XML_HTTP
Constant that represents REST. |
| Methods in com.sun.xml.ws.api that return BindingID | |
|---|---|
BindingID |
WSBinding.getBindingId()
Gets the binding ID, which uniquely identifies the binding. |
static BindingID |
BindingID.parse(Class<?> implClass)
Figures out the binding from BindingType annotation. |
abstract BindingID |
BindingIDFactory.parse(String lexical)
Parses a binding ID string into BindingID if possible. |
static BindingID |
BindingID.parse(String lexical)
Parses a binding ID string into a BindingID object. |
| Uses of BindingID in com.sun.xml.ws.api.client |
|---|
| Methods in com.sun.xml.ws.api.client that return BindingID | |
|---|---|
BindingID |
WSPortInfo.getBindingId()
Returns the same information as PortInfo.getBindingID()
but in a strongly-typed fashion |
| Uses of BindingID in com.sun.xml.ws.api.model.wsdl |
|---|
| Methods in com.sun.xml.ws.api.model.wsdl that return BindingID | |
|---|---|
BindingID |
WSDLBoundPortType.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 | |
|---|---|
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId)
Deprecated. Use TubelineAssemblerFactory.create(ClassLoader, BindingID, Container) |
static PipelineAssembler |
PipelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId)
Deprecated. Locates PipelineAssemblerFactorys and create
a suitable PipelineAssembler. |
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId,
Container container)
Locates TubelineAssemblerFactorys and create
a suitable TubelineAssembler. |
abstract TubelineAssembler |
TubelineAssemblerFactory.doCreate(BindingID bindingId)
Creates a TubelineAssembler applicable for the given binding ID. |
abstract PipelineAssembler |
PipelineAssemblerFactory.doCreate(BindingID bindingId)
Deprecated. Creates a PipelineAssembler applicable for the given binding ID. |
| Uses of BindingID in com.sun.xml.ws.binding |
|---|
| Methods in com.sun.xml.ws.binding that return BindingID | |
|---|---|
BindingID |
BindingImpl.getBindingId()
|
| Methods in com.sun.xml.ws.binding with parameters of type BindingID | |
|---|---|
static BindingImpl |
BindingImpl.create(BindingID bindingId)
|
static BindingImpl |
BindingImpl.create(BindingID bindingId,
javax.xml.ws.WebServiceFeature[] features)
|
| Constructors in com.sun.xml.ws.binding with parameters of type BindingID | |
|---|---|
BindingImpl(BindingID bindingId)
|
|
SOAPBindingImpl(BindingID bindingId)
Use BindingImpl.create(BindingID) to create this. |
|
SOAPBindingImpl(BindingID bindingId,
javax.xml.ws.WebServiceFeature... features)
Use BindingImpl.create(BindingID) to create this. |
|
| Uses of BindingID in com.sun.xml.ws.client |
|---|
| Fields in com.sun.xml.ws.client declared as BindingID | |
|---|---|
BindingID |
PortInfo.bindingId
|
| Methods in com.sun.xml.ws.client that return BindingID | |
|---|---|
BindingID |
PortInfo.getBindingId()
|
| Constructors in com.sun.xml.ws.client with parameters of type BindingID | |
|---|---|
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 | |
|---|---|
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 |
|---|
| Constructors in com.sun.xml.ws.model with parameters of type BindingID | |
|---|---|
RuntimeModeler(Class portClass,
QName serviceName,
BindingID bindingId)
creates an instance of RunTimeModeler given a portClass and bindingId |
|
| Uses of BindingID in com.sun.xml.ws.model.wsdl |
|---|
| Methods in com.sun.xml.ws.model.wsdl that return BindingID | |
|---|---|
BindingID |
WSDLBoundPortTypeImpl.getBindingId()
|
| Methods in com.sun.xml.ws.model.wsdl with parameters of type BindingID | |
|---|---|
void |
WSDLBoundPortTypeImpl.setBindingId(BindingID 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 | |
|---|---|
EndpointImpl(BindingID bindingId,
Object impl)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||