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 |
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.async_client_transport | |
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. |
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. |
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 |
---|---|
void |
EditableWSDLBoundPortType.setBindingId(BindingID bindingId)
Sets the binding ID
|
Modifier and Type | Method and Description |
---|---|
static PipelineAssembler |
PipelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId)
Deprecated.
Locates
PipelineAssemblerFactory s and create
a suitable PipelineAssembler . |
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId)
|
static TubelineAssembler |
TubelineAssemblerFactory.create(ClassLoader classLoader,
BindingID bindingId,
Container container)
Locates
TubelineAssemblerFactory s 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. |
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) |
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 | 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() |
Modifier and Type | Method and Description |
---|---|
BindingID |
FeatureSupressingWSBinding.getBindingId() |
Constructor and Description |
---|
EndpointImpl(BindingID bindingId,
Class implClass,
Invoker invoker,
WebServiceFeature... features) |
EndpointImpl(BindingID bindingId,
Object impl,
WebServiceFeature... features) |
Copyright © 2015 Oracle Corporation. All rights reserved.