| Home >> All >> org >> apache >> wsif >> [ providers Javadoc ] |
| | org.apache.wsif.providers.ejb.* (3) | | org.apache.wsif.providers.java.* (3) | | org.apache.wsif.providers.jca.* (20) |
| | org.apache.wsif.providers.jms.* (6) | | org.apache.wsif.providers.soap.* (17) |
org.apache.wsif.providers: Javadoc index of package org.apache.wsif.providers.
Package Samples:
org.apache.wsif.providers.jca.toolplugin.myeis.myeis
org.apache.wsif.providers.ejb
org.apache.wsif.providers.java
org.apache.wsif.providers.jca.toolplugin
org.apache.wsif.providers.jca
org.apache.wsif.providers.jms
org.apache.wsif.providers.soap.apacheaxis
org.apache.wsif.providers.soap.apachesoap
org.apache.wsif.providers.soap.soaprmi
Classes:
WSIFDynamicProvider_Java: Java specific provider of dynamic WSDL invocations. The WSIF Java Provider allows WSIF to invoke Java classes and JavaBeans. This is designed to allow customers in a 'thin-client' environment such as a JVM or Tomcat test runtime to define 'shortcuts' to local Java code. The Java binding exploits the format binding for type mapping. The format binding allows WSDL to define the mapping between XML Schema types and Java types. The Java provider requires the targeted Java classes to be in the classpath of the client. The Java method is invoked synchronously, in-process, in-thread, with the current ...
WSIFDynamicProvider_SoapRMI: SoapRMI provider of dynamic WSDL invocations. Limitations of this SoapRMI dynamic port provider (relative to WSDL 1.1 SOAP binding): only rpc style is supported (not document) only HTTP transport is supported only soap:body use 'encoded' is supported (not literal) soap:header is not allowed soap:fault is ignored only first encodingStyle is used from input soap:body (when the space separated list of encoding styles is provided) output soap:body namespaceURI and encodingStyles are ignored first part from output soap:body is used as return value fault processing is not yet implemented - SOAP faults ...
Import: This class is a default implementation proxy for the Operations of the Import Service. Tooling environments can extend this class and customize its behaviour. It is provided as a default implementation of how to invoke the various operations that are defined in the Import Service archictecture.
PortTypeArray: The PortTypeArray is the return type, provided by the EIS, in response to the getPortTypes operation of the Import Service. It represents the set of WSDL PortTypes that are available in response to the query string passed into the getPortTypes operation.
OperationSelection: The OperationSelection class is the representation of a selected Operation that is passed to the getDefinition operation of the ImportService. Tool environments are responsible for constructing instances of this object and passing them to the Import service.
PortTypeSelection: The PortTypeSelection class is the representation of a selected PortType that is passed to the getDefinition operation of the ImportService. Tool environments are responsible for constructing instances of this object and passing them to the Import service.
WSIFFormatHandler_JCA: An interface extending WSIF Format Handler with the Connector Architecture's specific methods from the Streamable interface and a setter for the InteractionSpec field which can be used by a resource adapter, when it is required, to support unmarshalling.
MIMEHelper: The sole purpose of this class is to collect all the code that uses attachement classes outside of the WSIFOperation_ApacheAxis class so that there is not a runtime requirement on activation.jar and mail.jar unless attachements are actually being used.
ImportDefinition: This class represents the type returned from the getDefinition operation. The ImportDefinition class contains the WSDL definition of the imported service, along with all necessary XSD types and additional binary resources that are required.
FormatHandlerGenerator: This interface allows Resource Adapter to provide a code generation contribution to the tool environment. The tooling delegates to the implementation of this interface the generation of all format handlers for the particular encoding and style.
WSIFPort_ApacheAxis: This class implements a WSDL SOAP binding using Apache AXIS. See section 3 of the WSDL 1.1 specification for details of the WSDL SOAP binding. WSIF extends this standard SOAP binding with the WSIF extensions for SOAP over JMS.
WSIFProviderJCAExtensions: This interface contains methods implemented by each Resource Adapter and used by the Connector Architecture provider to delegate Connector specific operations, for example creation of the WSIFOperation to the Resource Adapter.
ImportXSD: This class represents an XSD definition that may be required for an Imported Service. The Resource Adapter does not need to implement this class if it returns XSD types inlined within Definition.
WSIFPort_JCA: The WSIFPort_JCA class is a connector architecture specific implementation of WSIFPort. This port has a handle to resource adapter connection, and is used to create WSIFOperation.
WSIFMessage_JCA: This class is the top level superclass for all JCA WSIF messages. It is extended by the connector specific messages, and implements the javax.resource.cci.Record interface.
WSIFMessage_JCAStreamable: The class WSIFMessage_JCAStreamable is a specialized version of the WSIFMessage_JCA to support Resource Adapters using javax.resource.cci.Streamable.
WSIFOperation_JCA: The WSIFOperation_JCA class is an implementation of the WSIFOperation interface, which is used to execute interactions with the EIS.
WSIFBindingOperation_JCAProperty: An interface which is used to expose InteractionSpec or ConnectionSpec properties as data at runtime by using parts in a message.
WSIFOperation_ApacheSOAP: Provide concrete implementation of WSDL operation with Apache SOAP RPC method invocation.
WSIFDynamicTypeMapping: This class encapsultes a simple association between XML and Java type (QName and Class).
WSIFOperation_SoapRMI: Provide concrete implementation of WSDL operation with SoapRMI RPC method invocation.
ImportResource: This class represents a binary resource that may required for an Imported Service.
WSIFUtils_JCA: A utility class with methods simplifying the JNDI lookup of a ConnectionFactory.
WSIFSOAPMappingRegistry: An extension of SOAPMappingRegistry which can handle SOAP-ENC simple types
WSIFOperation_ApacheAxis: The WSIFOperation class for invoking WSDL operations using Apache AXIS.
| Home | Contact Us | Privacy Policy | Terms of Service |