Uses of Class
org.apache.wsif.providers.WSIFDynamicTypeMap

Packages that use WSIFDynamicTypeMap
org.apache.wsif.base   
org.apache.wsif.providers   
org.apache.wsif.providers.bsf   
org.apache.wsif.providers.ejb   
org.apache.wsif.providers.java   
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   
org.apache.wsif.spi   
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.base
 

Methods in org.apache.wsif.base with parameters of type WSIFDynamicTypeMap
static WSIFClientProxy WSIFClientProxy.newInstance(java.lang.Class iface, javax.wsdl.Definition def, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName, WSIFDynamicTypeMap typeMap)
          Factory method to create a new dynamic proxy.
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers
 

Methods in org.apache.wsif.providers that return WSIFDynamicTypeMap
 WSIFDynamicTypeMap WSIFDynamicTypeMap.copy()
          Produce a copy of the WSIFDynamicTypeMap.
 WSIFDynamicTypeMap ModelWSIFPort.getTypeMap()
          Returns the typeMap.
 

Methods in org.apache.wsif.providers with parameters of type WSIFDynamicTypeMap
 WSIFPort ModelWSIFProvider.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
           
 

Constructors in org.apache.wsif.providers with parameters of type WSIFDynamicTypeMap
ModelWSIFPort(javax.wsdl.Definition def, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Construct a ModelWSIFPort
ModelWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap, javax.wsdl.extensions.ExtensibilityElement binding)
          Construct a ModelWSIFPort
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.bsf
 

Methods in org.apache.wsif.providers.bsf with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFDynamicProvider_BSF.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Check if WSDL port has Java binding and if successful try to create Java port instance.
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.ejb
 

Methods in org.apache.wsif.providers.ejb with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFDynamicProvider_EJB.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Check if WSDL port has EJB binding and if successful try to create EJB port instance.
 

Constructors in org.apache.wsif.providers.ejb with parameters of type WSIFDynamicTypeMap
WSIFPort_EJB(javax.wsdl.Definition def, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
           
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.java
 

Methods in org.apache.wsif.providers.java with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFDynamicProvider_Java.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Check if WSDL port has Java binding and if successful try to create Java port instance.
 

Constructors in org.apache.wsif.providers.java with parameters of type WSIFDynamicTypeMap
WSIFPort_Java(javax.wsdl.Definition def, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Construct a new instance of WSIFPort_Java
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.jca
 

Methods in org.apache.wsif.providers.jca with parameters of type WSIFDynamicTypeMap
 WSIFOperation WSIFProviderJCAExtensions.createOperation(javax.wsdl.Definition definition, javax.wsdl.Service aService, javax.wsdl.Port aPort, java.lang.String operationName, java.lang.String inputName, java.lang.String outputName, WSIFDynamicTypeMap typeMap, WSIFPort_JCA jcaPort, Connection connection)
          The provider for a resource adapter creates a WSIFOperation based on the specified WSDL operation.
 Connection WSIFProviderJCAExtensions.createConnection(WSIFMessage input, javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap, javax.wsdl.Binding aBinding, java.lang.String aOperationName, java.lang.String aInputName, java.lang.String aOutputName)
          Creates a javax.resource.cci.Connection.
 

Constructors in org.apache.wsif.providers.jca with parameters of type WSIFDynamicTypeMap
WSIFPort_JCA(javax.wsdl.Definition aDefinition, javax.wsdl.Service aService, javax.wsdl.Port aPort, Connection aConnection, WSIFProviderJCAExtensions aFactory, WSIFDynamicTypeMap typeMap)
          Constructor for WSIFPort_JCA.
WSIFOperation_JCA(javax.wsdl.Definition aDefinition, javax.wsdl.Service aService, javax.wsdl.Port aPort, java.lang.String aOperationName, java.lang.String aInputName, java.lang.String aOutputName, WSIFDynamicTypeMap typeMap, WSIFPort_JCA jcaPort, WSIFProviderJCAExtensions aFactory, Connection aConnection, InteractionSpec aInteractionSpec)
          The WSIFOperation_JCA constructor.
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.jms
 

Methods in org.apache.wsif.providers.jms with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFDynamicProvider_Jms.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
           
 

Constructors in org.apache.wsif.providers.jms with parameters of type WSIFDynamicTypeMap
WSIFPort_Jms(javax.wsdl.Definition def, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          ctor
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.soap.apacheaxis
 

Methods in org.apache.wsif.providers.soap.apacheaxis with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFDynamicProvider_ApacheAxis.createDynamicWSIFPort(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap wsifdynamictypemap)
          Create a new AXIS WSIFPort
 

Constructors in org.apache.wsif.providers.soap.apacheaxis with parameters of type WSIFDynamicTypeMap
WSIFPort_ApacheAxis(javax.wsdl.Definition definition, javax.wsdl.Port port, javax.wsdl.extensions.soap.SOAPBinding soapBinding, WSIFDynamicTypeMap wsifdynamictypemap)
          Construct a new WSIFPort
WSIFOperation_ApacheAxis(WSIFPort_ApacheAxis wsifPort, javax.wsdl.Operation portTypeOperation, WSIFDynamicTypeMap typeMap)
          Construct a new WSIFOperation
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.soap.apachesoap
 

Methods in org.apache.wsif.providers.soap.apachesoap with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFDynamicProvider_ApacheSOAP.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Check if WSDL port has SOAP binding and if successful try to create ApacheSOAP port instance.
 

Constructors in org.apache.wsif.providers.soap.apachesoap with parameters of type WSIFDynamicTypeMap
WSIFPort_ApacheSOAP(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap, java.lang.String partSerName)
          Create dynamic port instance from WDL model defintion and port.
WSIFOperation_ApacheSOAP(WSIFPort_ApacheSOAP pi, javax.wsdl.Operation op, WSIFDynamicTypeMap typeMap)
          Create Apache SOAP operation instance that encapsultes all necessary information required to create and execute Apache SOAP Call.
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.providers.soap.soaprmi
 

Methods in org.apache.wsif.providers.soap.soaprmi with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFDynamicProvider_SoapRMI.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Check if WSDL port has SOAP binding and if successful try to create SOAP port instance.
 

Constructors in org.apache.wsif.providers.soap.soaprmi with parameters of type WSIFDynamicTypeMap
WSIFPort_SoapRMI(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Create dynamic port instance from WDL model defintion and port.
WSIFOperation_SoapRMI(WSIFPort_SoapRMI pi, javax.wsdl.Operation op, WSIFDynamicTypeMap typeMap)
          Create Apache SOAP operation instance that encapsultes all necessary information required to create and execute Apache SOAP Call.
 

Uses of WSIFDynamicTypeMap in org.apache.wsif.spi
 

Methods in org.apache.wsif.spi with parameters of type WSIFDynamicTypeMap
 WSIFPort WSIFProvider.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          For the given WSDL definition, service and port try to provide dynamic port, or return null if this provider can not do it.
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.