|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingID | |
|---|---|
| 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 | Pipe and related abstractions. |
| com.sun.xml.ws.assembler | |
| 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.wsdl | |
| com.sun.xml.ws.server | JAX-WS 2.0.1 Server Runtime |
| com.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 | |
|---|---|
static BindingID |
BindingID.XML_HTTP
Constant that represents REST. |
| Methods in com.sun.xml.ws.api that return BindingID | |
|---|---|
BindingID |
BindingIDFactory.create(String transport,
SOAPVersion soapVersion)
Creates a BindingID for given transport and SOAPVersion. |
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. |
static BindingID |
BindingID.parse(String lexical)
Parses a binding ID string into a BindingID object. |
abstract BindingID |
BindingIDFactory.parse(String lexical)
Parses a binding ID string into BindingID if possible. |
| 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.databinding |
|---|
| Fields in com.sun.xml.ws.api.databinding declared as BindingID | |
|---|---|
protected BindingID |
MappingInfo.bindingID
|
| Methods in com.sun.xml.ws.api.databinding that return BindingID | |
|---|---|
BindingID |
MappingInfo.getBindingID()
|
| Methods in com.sun.xml.ws.api.databinding with parameters of type BindingID | |
|---|---|
void |
MappingInfo.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 | |
|---|---|
BindingID |
WSDLBoundPortType.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 | |
|---|---|
void |
EditableWSDLBoundPortType.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 | |
|---|---|
static PipelineAssembler |
PipelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId)
Deprecated. Locates PipelineAssemblerFactorys and create
a suitable PipelineAssembler. |
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId)
Deprecated. Use TubelineAssemblerFactory.create(ClassLoader, BindingID, Container) |
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId,
Container container)
Locates TubelineAssemblerFactorys and create
a suitable TubelineAssembler. |
abstract PipelineAssembler |
PipelineAssemblerFactory.doCreate(BindingID bindingId)
Deprecated. Creates a PipelineAssembler applicable for the given binding ID. |
abstract TubelineAssembler |
TubelineAssemblerFactory.doCreate(BindingID bindingId)
Creates a TubelineAssembler applicable 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 | |
|---|---|
TubelineAssembler |
MetroTubelineAssemblerFactoryImpl.doCreate(BindingID bindingId)
|
| Constructors in com.sun.xml.ws.assembler with parameters of type BindingID | |
|---|---|
MetroTubelineAssembler(BindingID bindingId,
MetroConfigName metroConfigName)
|
|
| 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,
WebServiceFeature[] features)
|
| Constructors in com.sun.xml.ws.binding with parameters of type BindingID | |
|---|---|
BindingImpl(BindingID bindingId,
WebServiceFeature... features)
|
|
| 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.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.server |
|---|
| Methods in com.sun.xml.ws.server that return BindingID | |
|---|---|
BindingID |
MonitorRootService.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,
Class implClass,
Invoker invoker,
WebServiceFeature... features)
|
|
EndpointImpl(BindingID bindingId,
Object impl,
WebServiceFeature... features)
|
|
| Uses of BindingID in com.sun.xml.xwss |
|---|
| Methods in com.sun.xml.xwss with parameters of type BindingID | |
|---|---|
TubelineAssembler |
XWSSTubelineAssemblerFactory.doCreate(BindingID bindingId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||