|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSBinding in com.sun.xml.ws.addressing |
|---|
| Fields in com.sun.xml.ws.addressing declared as WSBinding | |
|---|---|
protected WSBinding |
WsaTubeHelper.binding
|
| Constructors in com.sun.xml.ws.addressing with parameters of type WSBinding | |
|---|---|
W3CWsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
W3CWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaTubeHelper(WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort)
|
|
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Uses of WSBinding in com.sun.xml.ws.addressing.policy |
|---|
| Methods in com.sun.xml.ws.addressing.policy with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
AddressingPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
Puts an addressing policy into the PolicyMap if the addressing feature was set. |
| Uses of WSBinding in com.sun.xml.ws.addressing.v200408 |
|---|
| Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type WSBinding | |
|---|---|
MemberSubmissionWsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
MemberSubmissionWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Uses of WSBinding in com.sun.xml.ws.api |
|---|
| Methods in com.sun.xml.ws.api that return WSBinding | |
|---|---|
WSBinding |
BindingID.createBinding()
Creates an instance of WSBinding (which is conceptually an "use"
of BindingID) from a BindingID. |
WSBinding |
BindingID.createBinding(WebServiceFeature... features)
|
WSBinding |
BindingID.createBinding(WSFeatureList features)
|
| Methods in com.sun.xml.ws.api with parameters of type WSBinding | |
|---|---|
abstract Codec |
BindingID.createEncoder(WSBinding binding)
Creates a new Codec for this binding. |
| Uses of WSBinding in com.sun.xml.ws.api.addressing |
|---|
| Methods in com.sun.xml.ws.api.addressing with parameters of type WSBinding | |
|---|---|
static AddressingVersion |
AddressingVersion.fromBinding(WSBinding binding)
Gets the AddressingVersion from a WSBinding |
abstract WsaTubeHelper |
AddressingVersion.getWsaHelper(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Deprecated. TODO why are we exposing implementation specificc class through api? TODO Remove it if no one elase uses it. |
static boolean |
AddressingVersion.isEnabled(WSBinding binding)
Returns true if binding contains either a AddressingFeature or
MemberSubmissionAddressingFeature and is enabled. |
static boolean |
AddressingVersion.isRequired(WSBinding binding)
Returns true if binding contains either a AddressingFeature or
MemberSubmissionAddressingFeature and is required. |
| Uses of WSBinding in com.sun.xml.ws.api.databinding |
|---|
| Fields in com.sun.xml.ws.api.databinding declared as WSBinding | |
|---|---|
protected WSBinding |
DatabindingConfig.wsBinding
|
| Methods in com.sun.xml.ws.api.databinding that return WSBinding | |
|---|---|
WSBinding |
DatabindingConfig.getWSBinding()
|
| Methods in com.sun.xml.ws.api.databinding with parameters of type WSBinding | |
|---|---|
void |
DatabindingConfig.setWSBinding(WSBinding wsBinding)
|
| Uses of WSBinding in com.sun.xml.ws.api.handler |
|---|
| Methods in com.sun.xml.ws.api.handler that return WSBinding | |
|---|---|
WSBinding |
MessageHandlerContext.getWSBinding()
Provides access to WSBinding which can be used in various ways. |
| Uses of WSBinding in com.sun.xml.ws.api.message |
|---|
| Methods in com.sun.xml.ws.api.message that return WSBinding | |
|---|---|
WSBinding |
Packet.getBinding()
|
| Methods in com.sun.xml.ws.api.message with parameters of type WSBinding | |
|---|---|
static Message |
Messages.createAddressingFaultMessage(WSBinding binding,
Packet p,
QName missingHeader)
Creates a fault Message that captures the code/subcode/subsubcode
defined by WS-Addressing if one of the expected WS-Addressing headers is
missing in the message |
static Message |
Messages.createAddressingFaultMessage(WSBinding binding,
QName missingHeader)
Deprecated. Use Messages.createAddressingFaultMessage(WSBinding, Packet, QName) |
Packet |
Packet.createServerResponse(Message responseMessage,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Creates a server-side response Packet from a request
packet (this). |
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
WSDLPort wsdlPort,
WSBinding binding,
Packet packet)
|
void |
HeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort,
WSBinding binding,
Packet packet)
Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value. |
String |
FilterMessageImpl.getID(WSBinding binding)
|
String |
Message.getID(WSBinding binding)
Deprecated. |
Set<QName> |
HeaderList.getNotUnderstoodHeaders(Set<String> roles,
Set<QName> knownHeaders,
WSBinding binding)
|
Set<QName> |
MessageHeaders.getNotUnderstoodHeaders(Set<String> roles,
Set<QName> knownHeaders,
WSBinding binding)
Returns a Set of QNames of headers that satisfy ALL the following conditions: (a) Have mustUnderstand = true (b) have NOT been explicitly marked as understood (c) If roles argument is non-null, the header has isIgnorable = false for the roles argument and SOAP version (d) If non-null binding is passed in, are NOT understood by the binding (e) If (d) is met, the header is NOT in the knownHeaders list passed in |
void |
HeaderList.readResponseAddressingHeaders(WSDLPort wsdlPort,
WSBinding binding)
|
Packet |
Packet.relateServerResponse(Packet r,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
| Uses of WSBinding in com.sun.xml.ws.api.message.saaj |
|---|
| Methods in com.sun.xml.ws.api.message.saaj with parameters of type WSBinding | |
|---|---|
Set<QName> |
SAAJMessageHeaders.getNotUnderstoodHeaders(Set<String> roles,
Set<QName> knownHeaders,
WSBinding binding)
|
| Uses of WSBinding in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return WSBinding | |
|---|---|
WSBinding |
ClientTubeAssemblerContext.getBinding()
The binding of the new pipeline to be created. |
| Methods in com.sun.xml.ws.api.pipe with parameters of type WSBinding | ||
|---|---|---|
static Dispatch<DataSource> |
Stubs.createDataSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static Dispatch<DataSource> |
Stubs.createDataSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
Creates a new Dispatch stub for DataSource. |
|
static
|
Stubs.createDispatch(QName portName,
WSService owner,
WSBinding binding,
Class<T> clazz,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new Dispatch stub that connects to the given pipe. |
|
static
|
Stubs.createDispatch(WSPortInfo portInfo,
WSService owner,
WSBinding binding,
Class<T> clazz,
Service.Mode mode,
WSEndpointReference epr)
Creates a new Dispatch stub that connects to the given pipe. |
|
static Dispatch<Object> |
Stubs.createJAXBDispatch(QName portName,
WSService owner,
WSBinding binding,
JAXBContext jaxbContext,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static Dispatch<Object> |
Stubs.createJAXBDispatch(WSPortInfo portInfo,
WSBinding binding,
JAXBContext jaxbContext,
Service.Mode mode,
WSEndpointReference epr)
Creates a new JAXB-based Dispatch stub that connects to the given pipe. |
|
static Dispatch<Message> |
Stubs.createMessageDispatch(QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static Dispatch<Message> |
Stubs.createMessageDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr)
Creates a new Message-based Dispatch stub that connects to the given pipe. |
|
static Dispatch<Packet> |
Stubs.createPacketDispatch(QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Creates a new Packet-based Dispatch stub that connects to the given pipe. |
|
static Dispatch<Packet> |
Stubs.createPacketDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr)
Creates a new Message-based Dispatch stub that connects to the given pipe. |
|
|
Stubs.createPortProxy(WSPortInfo portInfo,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface. |
|
|
Stubs.createPortProxy(WSService service,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
Tube next,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface. |
|
static Dispatch<SOAPMessage> |
Stubs.createSAAJDispatch(QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static Dispatch<SOAPMessage> |
Stubs.createSAAJDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
Creates a new Dispatch stub for SOAPMessage. |
|
static SOAPBindingCodec |
Codecs.createSOAPBindingCodec(WSBinding binding,
StreamSOAPCodec xmlEnvelopeCodec)
This creates a full Codec for SOAP binding using the primary
XML codec argument. |
|
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSBinding binding)
Deprecated. use Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList) |
|
static Dispatch<Source> |
Stubs.createSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static Dispatch<Source> |
Stubs.createSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
Service.Mode mode,
WSEndpointReference epr)
Creates a new Dispatch stub for Source. |
|
| Uses of WSBinding in com.sun.xml.ws.api.security.secconv.client |
|---|
| Methods in com.sun.xml.ws.api.security.secconv.client that return WSBinding | |
|---|---|
abstract WSBinding |
SCTokenConfiguration.getWSBinding()
|
| Uses of WSBinding in com.sun.xml.ws.api.server |
|---|
| Methods in com.sun.xml.ws.api.server that return WSBinding | |
|---|---|
abstract WSBinding |
WSEndpoint.getBinding()
Represents the binding for which this WSEndpoint
is created for. |
| Methods in com.sun.xml.ws.api.server with parameters of type WSBinding | ||
|---|---|---|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver)
Deprecated. |
|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
Creates an endpoint from deployment or programmatic configuration |
|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard)
|
|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
URL catalogUrl)
The same as WSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)
except that this version takes an url of the jax-ws-catalog.xml. |
|
abstract Packet |
WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception. |
|
| Uses of WSBinding in com.sun.xml.ws.api.wsdl.writer |
|---|
| Methods in com.sun.xml.ws.api.wsdl.writer that return WSBinding | |
|---|---|
WSBinding |
WSDLGenExtnContext.getBinding()
|
| Methods in com.sun.xml.ws.api.wsdl.writer with parameters of type WSBinding | |
|---|---|
void |
WSDLGeneratorExtension.start(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container)
Deprecated. |
| Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type WSBinding | |
|---|---|
WSDLGenExtnContext(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container,
Class endpointClass)
Constructs WSDL Generation context for the extensions |
|
| Uses of WSBinding in com.sun.xml.ws.assembler.dev |
|---|
| Methods in com.sun.xml.ws.assembler.dev that return WSBinding | |
|---|---|
WSBinding |
ClientTubelineAssemblyContext.getBinding()
The binding of the new pipeline to be created. |
| Uses of WSBinding in com.sun.xml.ws.binding |
|---|
| Classes in com.sun.xml.ws.binding that implement WSBinding | |
|---|---|
class |
BindingImpl
Instances are created by the service, which then sets the handler chain on the binding impl. |
class |
HTTPBindingImpl
|
class |
SOAPBindingImpl
|
| Methods in com.sun.xml.ws.binding that return WSBinding | |
|---|---|
static WSBinding |
BindingImpl.getDefaultBinding()
|
| Methods in com.sun.xml.ws.binding with parameters of type WSBinding | |
|---|---|
static WebServiceFeature[] |
WebServiceFeatureList.toFeatureArray(WSBinding binding)
|
| Uses of WSBinding in com.sun.xml.ws.client |
|---|
| Methods in com.sun.xml.ws.client that return WSBinding | |
|---|---|
WSBinding |
Stub.getBinding()
|
| Constructors in com.sun.xml.ws.client with parameters of type WSBinding | |
|---|---|
ClientSchemaValidationTube(WSBinding binding,
WSDLPort port,
Tube next)
|
|
| Uses of WSBinding in com.sun.xml.ws.client.dispatch |
|---|
| Methods in com.sun.xml.ws.client.dispatch with parameters of type WSBinding | |
|---|---|
static void |
DispatchImpl.checkValidDataSourceDispatch(WSBinding binding,
Service.Mode mode)
|
static void |
DispatchImpl.checkValidSOAPMessageDispatch(WSBinding binding,
Service.Mode mode)
|
| Uses of WSBinding in com.sun.xml.ws.encoding |
|---|
| Methods in com.sun.xml.ws.encoding with parameters of type WSBinding | |
|---|---|
static StreamSOAPCodec |
StreamSOAPCodec.create(WSBinding binding)
Deprecated. use StreamSOAPCodec.create(WSFeatureList) |
| Uses of WSBinding in com.sun.xml.ws.encoding.policy |
|---|
| Methods in com.sun.xml.ws.encoding.policy with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
MtomPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
Generates an MTOM policy if MTOM is enabled. |
| Uses of WSBinding in com.sun.xml.ws.handler |
|---|
| Methods in com.sun.xml.ws.handler that return WSBinding | |
|---|---|
protected WSBinding |
HandlerTube.getBinding()
|
WSBinding |
MessageHandlerContextImpl.getWSBinding()
|
| Methods in com.sun.xml.ws.handler with parameters of type WSBinding | |
|---|---|
static HandlerAnnotationInfo |
HandlerChainsModel.parseHandlerFile(XMLStreamReader reader,
ClassLoader classLoader,
QName serviceName,
QName portName,
WSBinding wsbinding)
This method is called internally by HandlerAnnotationProcessor, and by DeploymentDescriptorParser
directly when it reaches the handler chains element in the
descriptor file it is parsing. |
| Constructors in com.sun.xml.ws.handler with parameters of type WSBinding | |
|---|---|
ClientLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
Tube next,
HandlerTube cousinTube)
This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube. |
|
ClientLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
WSDLPort port,
Tube next)
Creates a new instance of LogicalHandlerTube |
|
ClientMessageHandlerTube(SEIModel seiModel,
WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of MessageHandlerTube |
|
ClientSOAPHandlerTube(WSBinding binding,
Tube next,
HandlerTube cousinTube)
This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube. |
|
ClientSOAPHandlerTube(WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of SOAPHandlerTube |
|
HandlerTube(Tube next,
HandlerTube cousinTube,
WSBinding binding)
|
|
HandlerTube(Tube next,
WSDLPort port,
WSBinding binding)
|
|
MessageHandlerContextImpl(SEIModel seiModel,
WSBinding binding,
WSDLPort wsdlModel,
Packet packet,
Set<String> roles)
|
|
ServerLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
Tube next,
HandlerTube cousinTube)
This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube. |
|
ServerLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
WSDLPort port,
Tube next)
Creates a new instance of LogicalHandlerTube |
|
ServerMessageHandlerTube(SEIModel seiModel,
WSBinding binding,
Tube next,
HandlerTube cousinTube)
|
|
ServerSOAPHandlerTube(WSBinding binding,
Tube next,
HandlerTube cousinTube)
This constructor is used on client-side where, LogicalHandlerTube is created first and then a SOAPHandlerTube is created with a handler to that LogicalHandlerTube. |
|
ServerSOAPHandlerTube(WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of SOAPHandlerTube |
|
SOAPMessageContextImpl(WSBinding binding,
Packet packet,
Set<String> roles)
|
|
| Uses of WSBinding in com.sun.xml.ws.metro.api.config.management |
|---|
| Methods in com.sun.xml.ws.metro.api.config.management that return WSBinding | |
|---|---|
WSBinding |
ManagedEndpoint.getBinding()
|
| Methods in com.sun.xml.ws.metro.api.config.management with parameters of type WSBinding | |
|---|---|
Packet |
ManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps,
Packet packet,
SOAPVersion soapv,
WSDLPort wsdlp,
SEIModel seim,
WSBinding wsb)
|
| Uses of WSBinding in com.sun.xml.ws.model |
|---|
| Fields in com.sun.xml.ws.model declared as WSBinding | |
|---|---|
protected WSBinding |
AbstractSEIModelImpl.wsBinding
|
| Methods in com.sun.xml.ws.model that return WSBinding | |
|---|---|
WSBinding |
AbstractSEIModelImpl.getWSBinding()
|
| Uses of WSBinding in com.sun.xml.ws.policy.jaxws.spi |
|---|
| Methods in com.sun.xml.ws.policy.jaxws.spi with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
PolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
A callback method that allows to retrieve policy related information from provided parameters return a collection of new policies that are added to the map. |
| Uses of WSBinding in com.sun.xml.ws.protocol.soap |
|---|
| Constructors in com.sun.xml.ws.protocol.soap with parameters of type WSBinding | |
|---|---|
ClientMUTube(WSBinding binding,
Tube next)
|
|
| Uses of WSBinding in com.sun.xml.ws.rx.mc.policy.spi_impl |
|---|
| Methods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
McPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
|
| Uses of WSBinding in com.sun.xml.ws.rx.rm.policy.spi_impl |
|---|
| Methods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
RmPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
|
| Uses of WSBinding in com.sun.xml.ws.security.addressing.policy |
|---|
| Methods in com.sun.xml.ws.security.addressing.policy with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
WsawAddressingPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
Puts an addressing policy into the PolicyMap if the addressing feature was set. |
| Uses of WSBinding in com.sun.xml.ws.security.secconv |
|---|
| Methods in com.sun.xml.ws.security.secconv with parameters of type WSBinding | |
|---|---|
Packet |
NewWSSCPlugin.createCancelPacket(BaseSTSRequest rst,
WSDLPort wsdlPort,
WSBinding binding,
JAXBContext jbCxt,
String endPointAddress)
|
Packet |
NewWSSCPlugin.createIssuePacket(PolicyAssertion token,
BaseSTSRequest rst,
WSDLPort wsdlPort,
WSBinding binding,
JAXBContext jbCxt,
String endPointAddress,
Packet packet)
|
IssuedTokenContext |
NewWSSCPlugin.processCancellation(IssuedTokenContext ctx,
WSDLPort wsdlPort,
WSBinding binding,
Pipe securityPipe,
JAXBContext jbCxt,
String endPointAddress)
|
| Uses of WSBinding in com.sun.xml.ws.security.secconv.impl.client |
|---|
| Methods in com.sun.xml.ws.security.secconv.impl.client that return WSBinding | |
|---|---|
WSBinding |
DefaultSCTokenConfiguration.getWSBinding()
|
| Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type WSBinding | |
|---|---|
DefaultSCTokenConfiguration(String protocol,
SecureConversationToken scToken,
WSDLPort wsdlPort,
WSBinding binding,
Packet packet,
AddressingVersion addVer,
PolicyAssertion localToken)
|
|
DefaultSCTokenConfiguration(String protocol,
SecureConversationToken scToken,
WSDLPort wsdlPort,
WSBinding binding,
Pipe securityPipe,
Packet packet,
AddressingVersion addVer,
PolicyAssertion localToken)
|
|
DefaultSCTokenConfiguration(String protocol,
SecureConversationToken scToken,
WSDLPort wsdlPort,
WSBinding binding,
Tube securityTube,
Packet packet,
AddressingVersion addVer,
PolicyAssertion localToken,
Tube nextTube)
|
|
| Uses of WSBinding in com.sun.xml.ws.server |
|---|
| Fields in com.sun.xml.ws.server declared as WSBinding | |
|---|---|
protected WSBinding |
WSEndpointImpl.binding
|
| Methods in com.sun.xml.ws.server that return WSBinding | |
|---|---|
WSBinding |
WSEndpointImpl.getBinding()
|
WSBinding |
WSEndpointMOMProxy.getBinding()
|
| Constructors in com.sun.xml.ws.server with parameters of type WSBinding | |
|---|---|
ServerSchemaValidationTube(WSEndpoint endpoint,
WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort,
Tube next)
|
|
WSEndpointImpl(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Class<T> implementationClass,
ServiceDefinitionImpl serviceDef,
EndpointAwareTube terminalTube,
boolean isSynchronous,
PolicyMap endpointPolicy)
|
|
WSEndpointImpl(QName serviceName,
QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Tube masterTubeline)
|
|
| Uses of WSBinding in com.sun.xml.ws.server.provider |
|---|
| Methods in com.sun.xml.ws.server.provider with parameters of type WSBinding | ||
|---|---|---|
static
|
ProviderInvokerTube.create(Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container)
|
|
static ProviderArgumentsBuilder<?> |
ProviderArgumentsBuilder.create(com.sun.xml.ws.server.provider.ProviderEndpointModel model,
WSBinding binding)
|
|
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
Exception e,
WSDLPort port,
WSBinding binding)
Creates Message from method invocation's return value |
|
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
T returnValue,
WSDLPort port,
WSBinding binding)
Creates Packet from method invocation's return value |
|
| Uses of WSBinding in com.sun.xml.ws.server.sei |
|---|
| Constructors in com.sun.xml.ws.server.sei with parameters of type WSBinding | |
|---|---|
SEIInvokerTube(AbstractSEIModelImpl model,
Invoker invoker,
WSBinding binding)
|
|
TieHandler(JavaMethodImpl method,
WSBinding binding,
MessageContextFactory mcf)
|
|
| Uses of WSBinding in com.sun.xml.ws.transport.http |
|---|
| Methods in com.sun.xml.ws.transport.http with parameters of type WSBinding | |
|---|---|
protected boolean |
DeploymentDescriptorParser.setHandlersAndRoles(WSBinding binding,
XMLStreamReader reader,
QName serviceName,
QName portName)
Parses the handler and role information and sets it on the WSBinding. |
| Uses of WSBinding in com.sun.xml.ws.transport.http.client |
|---|
| Constructors in com.sun.xml.ws.transport.http.client with parameters of type WSBinding | |
|---|---|
HttpTransportPipe(Codec codec,
WSBinding binding)
|
|
| Uses of WSBinding in com.sun.xml.ws.transport.tcp.client |
|---|
| Fields in com.sun.xml.ws.transport.tcp.client declared as WSBinding | |
|---|---|
protected WSBinding |
TCPTransportPipe.wsBinding
|
| Methods in com.sun.xml.ws.transport.tcp.client with parameters of type WSBinding | |
|---|---|
ChannelContext |
WSConnectionManager.openChannel(WSTCPURI uri,
WSService wsService,
WSBinding wsBinding,
Codec defaultCodec)
|
| Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type WSBinding | |
|---|---|
TCPTransportPipe(WSService wsService,
WSBinding wsBinding,
Codec defaultCodec,
int customTCPPort)
|
|
| Uses of WSBinding in com.sun.xml.ws.transport.tcp.policy |
|---|
| Methods in com.sun.xml.ws.transport.tcp.policy with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
OptimalTransportPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
|
Collection<PolicySubject> |
TCPTransportPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
|
| Uses of WSBinding in com.sun.xml.ws.transport.tcp.util |
|---|
| Methods in com.sun.xml.ws.transport.tcp.util with parameters of type WSBinding | |
|---|---|
static BindingUtils.NegotiatedBindingContent |
BindingUtils.getNegotiatedContentTypesAndParams(WSBinding binding)
|
| Uses of WSBinding in com.sun.xml.ws.tx.at.policy.spi_impl |
|---|
| Methods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type WSBinding | |
|---|---|
Collection<PolicySubject> |
AtPolicyMapConfigurator.update(PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
Update policy map with operation scope of correct WS-AT policy assertions. |
| Uses of WSBinding in com.sun.xml.ws.util |
|---|
| Methods in com.sun.xml.ws.util with parameters of type WSBinding | |
|---|---|
static HandlerAnnotationInfo |
HandlerAnnotationProcessor.buildHandlerInfo(Class<?> clazz,
QName serviceName,
QName portName,
WSBinding binding)
This method is called by EndpointFactory when
they have an annotated class. |
| Uses of WSBinding in com.sun.xml.ws.util.pipe |
|---|
| Fields in com.sun.xml.ws.util.pipe declared as WSBinding | |
|---|---|
protected WSBinding |
AbstractSchemaValidationTube.binding
|
| Constructors in com.sun.xml.ws.util.pipe with parameters of type WSBinding | |
|---|---|
AbstractSchemaValidationTube(WSBinding binding,
Tube next)
|
|
| Uses of WSBinding in com.sun.xml.ws.wsdl |
|---|
| Fields in com.sun.xml.ws.wsdl declared as WSBinding | |
|---|---|
protected WSBinding |
WSDLOperationFinder.binding
|
| Constructors in com.sun.xml.ws.wsdl with parameters of type WSBinding | |
|---|---|
OperationDispatcher(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel)
|
|
WSDLOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel)
|
|
| Uses of WSBinding in com.sun.xml.ws.wsdl.writer |
|---|
| Constructors in com.sun.xml.ws.wsdl.writer with parameters of type WSBinding | |
|---|---|
WSDLGenerator(AbstractSEIModelImpl model,
WSDLResolver wsdlResolver,
WSBinding binding,
Container container,
Class implType,
boolean inlineSchemas,
boolean disableXmlSecurity,
WSDLGeneratorExtension... extensions)
Creates the WSDLGenerator |
|
WSDLGenerator(AbstractSEIModelImpl model,
WSDLResolver wsdlResolver,
WSBinding binding,
Container container,
Class implType,
boolean inlineSchemas,
WSDLGeneratorExtension... extensions)
Creates the WSDLGenerator |
|
| Uses of WSBinding in com.sun.xml.wss.jaxws.impl |
|---|
| Methods in com.sun.xml.wss.jaxws.impl that return WSBinding | |
|---|---|
WSBinding |
ClientTubeConfiguration.getBinding()
|
WSBinding |
ServerTubeConfiguration.getBinding()
|
abstract WSBinding |
TubeConfiguration.getBinding()
Gets the applicable WSBinding for this pipeline. |
| Constructors in com.sun.xml.wss.jaxws.impl with parameters of type WSBinding | |
|---|---|
ClientTubeConfiguration(PolicyMap policy,
WSDLPort wsdlPort,
WSBinding binding)
|
|
| Uses of WSBinding in com.sun.xml.xwss |
|---|
| Fields in com.sun.xml.xwss declared as WSBinding | |
|---|---|
protected WSBinding |
XWSSClientTube.binding
|
| Constructors in com.sun.xml.xwss with parameters of type WSBinding | |
|---|---|
XWSSClientTube(WSDLPort prt,
WSService svc,
WSBinding bnd,
Tube nextTube)
Creates a new instance of XWSSClientPipe |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||