| 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.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 | |
| 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 |
| Modifier and Type | Field and Description |
|---|---|
static BindingID |
BindingID.XML_HTTP
Constant that represents REST.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
BindingID |
WSPortInfo.getBindingId()
Returns the same information as
PortInfo.getBindingID()
but in a strongly-typed fashion |
| Modifier and Type | Field and Description |
|---|---|
protected BindingID |
MappingInfo.bindingID |
| Modifier and Type | Method and Description |
|---|---|
BindingID |
MappingInfo.getBindingID() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingInfo.setBindingID(BindingID bindingID) |
| Modifier and Type | Method and Description |
|---|---|
BindingID |
WSDLBoundPortType.getBindingId()
Returns the binding ID.
|
| Modifier and Type | Method and Description |
|---|---|
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID 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,
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. |
| Constructor and Description |
|---|
MetroTubelineAssembler(BindingID bindingId,
MetroConfigName metroConfigName) |
| Modifier and Type | Method and Description |
|---|---|
BindingID |
BindingImpl.getBindingId() |
| Modifier and Type | Method and Description |
|---|---|
static BindingImpl |
BindingImpl.create(BindingID bindingId) |
static BindingImpl |
BindingImpl.create(BindingID bindingId,
WebServiceFeature[] features) |
| Constructor and Description |
|---|
BindingImpl(BindingID bindingId,
WebServiceFeature... features) |
SOAPBindingImpl(BindingID bindingId)
Use
BindingImpl.create(BindingID) to create this. |
SOAPBindingImpl(BindingID bindingId,
WebServiceFeature... features)
Use
BindingImpl.create(BindingID) to create this. |
| Modifier and Type | Field and Description |
|---|---|
BindingID |
PortInfo.bindingId |
| Modifier and Type | Method and Description |
|---|---|
BindingID |
PortInfo.getBindingId() |
| Constructor and Description |
|---|
PortInfo(WSServiceDelegate owner,
EndpointAddress targetEndpoint,
QName name,
BindingID bindingId) |
| Constructor and Description |
|---|
PortInfoImpl(BindingID bindingId,
QName portName,
QName serviceName)
The class is constructed with the information needed to identify
a port.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) BindingID |
AbstractSEIModelImpl.bindingId |
| Modifier and Type | Method and Description |
|---|---|
BindingID |
WSDLBoundPortTypeImpl.getBindingId() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDLBoundPortTypeImpl.setBindingId(BindingID bindingId) |
| Modifier and Type | Method and Description |
|---|---|
BindingID |
MonitorRootService.bindingID() |
| Constructor and Description |
|---|
EndpointImpl(BindingID bindingId,
Class implClass,
Invoker invoker,
WebServiceFeature... features) |
EndpointImpl(BindingID bindingId,
Object impl,
WebServiceFeature... features) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.