Uses of Class
org.apache.wsif.WSIFException

Packages that use WSIFException
org.apache.wsif   
org.apache.wsif.attachments   
org.apache.wsif.base   
org.apache.wsif.compiler.util   
org.apache.wsif.mapping   
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.jca.toolplugin   
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.schema   
org.apache.wsif.spi   
org.apache.wsif.util   
org.apache.wsif.util.jms   
 

Uses of WSIFException in org.apache.wsif
 

Methods in org.apache.wsif that throw WSIFException
 void WSIFPort.close()
          Close this port; indicates that the user is done using it.
 WSIFOperation WSIFPort.createOperation(java.lang.String operationName)
          Create a new WSIFOperation.
 WSIFOperation WSIFPort.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Create a new WSIFOperation.
 void WSIFResponseHandler.executeAsyncResponse(WSIFMessage outMsg, WSIFMessage faultMsg)
           
 void WSIFOperation.executeInputOnlyOperation(WSIFMessage input)
          Execute an input-only operation.
 WSIFCorrelationId WSIFOperation.executeRequestResponseAsync(WSIFMessage input)
          Execute an asynchronous request
 WSIFCorrelationId WSIFOperation.executeRequestResponseAsync(WSIFMessage input, WSIFResponseHandler handler)
          Execute an asynchronous request
 boolean WSIFOperation.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
          Execute a request-response operation.
 void WSIFOperation.fireAsyncResponse(java.lang.Object response)
          fireAsyncResponse is called when a response has been received for a previous executeRequestResponseAsync call.
 java.io.Serializable WSIFCorrelationService.get(WSIFCorrelationId id)
          Retrieves an entry from the correlation service.
 java.util.Iterator WSIFService.getAvailablePortNames()
          Get the names of the available ports
 boolean WSIFMessage.getBooleanPart(java.lang.String name)
           
 byte WSIFMessage.getBytePart(java.lang.String name)
           
 char WSIFMessage.getCharPart(java.lang.String name)
           
 WSIFMessage WSIFService.getContext()
          Gets the context information for this WSIFService.
 WSIFMessage WSIFPort.getContext()
          Gets the context information for this WSIFPort.
 WSIFMessage WSIFOperation.getContext()
          Gets the context information for this binding.
 double WSIFMessage.getDoublePart(java.lang.String name)
           
 float WSIFMessage.getFloatPart(java.lang.String name)
           
 int WSIFMessage.getIntPart(java.lang.String name)
           
 long WSIFMessage.getLongPart(java.lang.String name)
           
 java.lang.Object WSIFMessage.getObjectPart(java.lang.String name)
           
 java.lang.Object WSIFMessage.getObjectPart(java.lang.String name, java.lang.Class sourceClass)
           
 WSIFPort WSIFService.getPort()
          Returns an appropriate WSIFPort for the portType that this factory supports.
 WSIFPort WSIFService.getPort(java.lang.String portName)
          Returns a WSIFPort for the indicated port.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def)
          Returns a new WSIFService.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def, javax.wsdl.Service service)
          Returns a new WSIFService.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.PortType portType)
          Returns a new WSIFService.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Returns a new WSIFService.
abstract  WSIFService WSIFServiceFactory.getService(java.lang.String wsdlLoc, java.lang.ClassLoader cl, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Create a WSIF service instance from WSDL document URL using a ClassLoader to find local resources.
abstract  WSIFService WSIFServiceFactory.getService(java.lang.String wsdlLoc, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Create a WSIFService from WSDL document URL.
 short WSIFMessage.getShortPart(java.lang.String name)
           
 java.lang.Object WSIFService.getStub(java.lang.Class iface)
          Get the dynamic proxy that will implement an interface for a port This method will attempt to use the preferred port if set otherwise it will use the first available port.
 java.lang.Object WSIFService.getStub(java.lang.String portName, java.lang.Class iface)
          Get the dynamic proxy that will implement an interface for a port
 boolean WSIFInterceptor.interceptIncoming(WSIFRequest request, WSIFResponse response)
          This method is invoked to allow the interceptor to process the incoming request.
 boolean WSIFInterceptor.interceptOutgoing(WSIFRequest request, WSIFResponse response)
          This method is invoked to allow the interceptor to process the outgoing response.
 void WSIFService.mapPackage(java.lang.String namespace, java.lang.String packageName)
          Add an association between a namespace URI and and a Java package.
 void WSIFService.mapType(javax.xml.namespace.QName xmlType, java.lang.Class javaType)
          Inform WSIF that a particular XML type (referred to in the WSDL) actually maps to a particular Java class.
 boolean WSIFOperation.processAsyncResponse(java.lang.Object response, WSIFMessage output, WSIFMessage fault)
          Processes the response to an asynchronous request.
 void WSIFCorrelationService.put(WSIFCorrelationId correlator, java.io.Serializable state, long timeout)
          Adds an entry to the correlation service.
 void WSIFCorrelationService.remove(WSIFCorrelationId id)
          Removes an entry form the correlation service.
 void WSIFMessage.setObjectPart(java.lang.String name, java.lang.Object part)
           
 void WSIFService.setPreferredPort(java.lang.String portName)
          Set the preferred port
 

Uses of WSIFException in org.apache.wsif.attachments
 

Methods in org.apache.wsif.attachments that throw WSIFException
 void WSIFAttachmentPart.setProperties(java.util.Map properties)
           
 void WSIFAttachmentPart.setProperty(java.lang.String name, java.lang.String value)
           
 

Constructors in org.apache.wsif.attachments that throw WSIFException
WSIFAttachmentPart(javax.activation.DataHandler dh, java.util.Map properties)
           
 

Uses of WSIFException in org.apache.wsif.base
 

Methods in org.apache.wsif.base that throw WSIFException
 void WSIFDefaultOperation.addInputJmsPropertyValues(java.util.List list)
          This method adds new property values to existing HashMap.
 void WSIFDefaultPort.close()
           
abstract  void WSIFDefaultOperation.executeInputOnlyOperation(WSIFMessage input)
           
 WSIFCorrelationId WSIFDefaultOperation.executeRequestResponseAsync(WSIFMessage input)
          Default implementation of executeRequestResponseAsync.
 WSIFCorrelationId WSIFDefaultOperation.executeRequestResponseAsync(WSIFMessage input, WSIFResponseHandler handler)
          Default implementation of executeRequestResponseAsync.
abstract  boolean WSIFDefaultOperation.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
           
 void WSIFDefaultOperation.fireAsyncResponse(java.lang.Object response)
          Default implemantation of fireAsyncResponse.
 java.io.Serializable WSIFDefaultCorrelationService.get(WSIFCorrelationId id)
          Retrieves an entry (a WSIFOperation) from the correlation service.
 java.util.Iterator WSIFServiceImpl.getAvailablePortNames()
          Get the names of the available ports
 boolean WSIFDefaultMessage.getBooleanPart(java.lang.String name)
           
 byte WSIFDefaultMessage.getBytePart(java.lang.String name)
           
 char WSIFDefaultMessage.getCharPart(java.lang.String name)
           
 WSIFMessage WSIFServiceImpl.getContext()
          Gets the context information for this WSIFService.
 WSIFMessage WSIFDefaultPort.getContext()
          Gets the context information for this WSIFPort.
 WSIFMessage WSIFDefaultOperation.getContext()
          Gets the context information for this binding.
 double WSIFDefaultMessage.getDoublePart(java.lang.String name)
           
 float WSIFDefaultMessage.getFloatPart(java.lang.String name)
           
 int WSIFDefaultMessage.getIntPart(java.lang.String name)
           
 long WSIFDefaultMessage.getLongPart(java.lang.String name)
           
 java.lang.Object WSIFDefaultMessage.getObjectPart(java.lang.String name)
           
 java.lang.Object WSIFDefaultMessage.getObjectPart(java.lang.String name, java.lang.Class sourceClass)
           
 WSIFPort WSIFServiceImpl.getPort()
           
 WSIFPort WSIFServiceImpl.getPort(java.lang.String portName)
          Return dynamic port instance selected by port name.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def)
          Returns a new WSIFService.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def, javax.wsdl.Service service)
          Returns a new WSIFService.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.PortType portType)
          Returns a new WSIFService.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Returns a new WSIFService.
 WSIFService WSIFServiceFactoryImpl.getService(java.lang.String wsdlLoc, java.lang.ClassLoader cl, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Create a WSIF service instance from WSDL document URL using a ClassLoader to find local resources.
 WSIFService WSIFServiceFactoryImpl.getService(java.lang.String wsdlLoc, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Create a WSIFService from WSDL document URL.
 short WSIFDefaultMessage.getShortPart(java.lang.String name)
           
 java.lang.Object WSIFServiceImpl.getStub(java.lang.Class iface)
          Get the dynamic proxy that will implement the interface iface
 java.lang.Object WSIFServiceImpl.getStub(java.lang.String portName, java.lang.Class iface)
          Get the dynamic proxy that will implement the interface iface for the port portName.
 void WSIFServiceImpl.mapPackage(java.lang.String namespace, java.lang.String packageName)
          Add an association between a namespace URI and and a Java package.
 void WSIFServiceImpl.mapType(javax.xml.namespace.QName xmlType, java.lang.Class javaType)
          Add association between XML and Java type.
 void WSIFServiceImpl.mapType(javax.xml.namespace.QName xmlType, java.lang.String className)
          Add association between XML and Java type.
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.
 boolean WSIFDefaultOperation.processAsyncResponse(java.lang.Object response, WSIFMessage output, WSIFMessage fault)
          Default implemantation of processAsyncResponse.
 void WSIFDefaultCorrelationService.put(WSIFCorrelationId correlator, java.io.Serializable state, long timeout)
          Adds an entry to the correlation service.
 void WSIFDefaultCorrelationService.remove(WSIFCorrelationId id)
          Removes an entry form the correlation service.
 void WSIFDefaultOperation.setInputJmsProperties(java.util.List list)
          Sets the input Jms properties for this operation
 void WSIFDefaultMessage.setObjectPart(java.lang.String name, java.lang.Object part)
           
 void WSIFDefaultOperation.setOutputJmsProperties(java.util.List list)
          Sets the output Jms properties for this operation
 void WSIFServiceImpl.setPreferredPort(java.lang.String portName)
          Set the preferred port
 

Uses of WSIFException in org.apache.wsif.compiler.util
 

Methods in org.apache.wsif.compiler.util that throw WSIFException
static java.lang.String Utils.convertFromObject(java.lang.String expr, java.lang.String targetClassName)
          Deprecated.  
static java.lang.String Utils.convertToObject(java.lang.String sourceClassName, java.lang.String expr)
          Deprecated.  
 java.io.OutputStream StreamFactory.getOutputStream(java.lang.String root, java.lang.String name, boolean overwrite)
          Deprecated.  
static java.lang.String Utils.getQuotedString(java.io.Reader source, int indent)
          Deprecated.  
 

Uses of WSIFException in org.apache.wsif.mapping
 

Methods in org.apache.wsif.mapping that throw WSIFException
static WSIFMapper WSIFMapperFactory.newMapper()
          Get a new WSIFMapper.
static WSIFMapper WSIFMapperFactory.newMapper(boolean refresh)
          Get a new WSIFMapper.
static WSIFMapper WSIFMapperFactory.newMapper(java.lang.String mapperClassName)
          Create a new instance of an implementation WSIFMapper.
static WSIFMappingConvention WSIFMappingConventionFactory.newMappingConvention()
          Get a new MappingConvention.
static WSIFMappingConvention WSIFMappingConventionFactory.newMappingConvention(boolean refresh)
          Get a new WSIFMappingConvention.
static WSIFMappingConvention WSIFMappingConventionFactory.newMappingConvention(java.lang.String mappingConvClassName)
          Create a new instance of an implementation WSIFMappingConvention.
 

Uses of WSIFException in org.apache.wsif.providers
 

Methods in org.apache.wsif.providers that throw WSIFException
static java.lang.Object ProviderUtils.characterArrayToStringArray(java.lang.Object obj)
          Convert an array of java.lang.Characters of any dimensions to an equivalent array of java.lang.Strings which has the same dimensions.
static java.lang.Object ProviderUtils.charArrayToStringArray(java.lang.Object obj)
          Convert an array of chars of any dimensions to an equivalent array of java.lang.Strings which has the same dimensions.
abstract  void ModelWSIFPort.close()
           
 WSIFPort ModelWSIFProvider.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
           
 WSIFOperation ModelWSIFPort.createOperation(java.lang.String opName)
           
 WSIFOperation ModelWSIFPort.createOperation(java.lang.String opName, java.lang.String inputName, java.lang.String outputName)
           
 void ModelWSIFOperation.executeInputOnlyOperation(WSIFMessage inMsg)
           
 WSIFCorrelationId ModelWSIFOperation.executeRequestResponseAsync(WSIFMessage inMsg)
           
 WSIFCorrelationId ModelWSIFOperation.executeRequestResponseAsync(WSIFMessage inMsg, WSIFResponseHandler handler)
           
 boolean ModelWSIFOperation.executeRequestResponseOperation(WSIFMessage inMsg, WSIFMessage outMsg, WSIFMessage faultMsg)
           
 void ModelWSIFOperation.fireAsyncResponse(java.lang.Object response)
           
 WSIFMessage ModelWSIFPort.getContext()
          Gets the context information for this WSIFPort.
 WSIFMessage ModelWSIFOperation.getContext()
          Gets the context information for this binding.
 boolean ModelWSIFOperation.processAsyncResponse(java.lang.Object response, WSIFMessage outMsg, WSIFMessage faultMsg)
           
 void WSIFTransactionControl.resume()
          Resume the global transaction (if there is one).
static void InvocationHelper.setMessageContext(WSIFMessage ctxt)
           
static java.lang.Object ProviderUtils.stringArrayToCharacterArray(java.lang.Object obj)
          Convert an array of any dimensions containing only Strings of length 1, to an array of java.lang.Characters which has the same dimensions.
static java.lang.Object ProviderUtils.stringArrayToCharArray(java.lang.Object obj)
          Convert an array of any dimensions containing only Strings of length 1, to an array of chars which has the same dimensions.
 void WSIFTransactionControl.suspend()
          Suspend the global transaction (if there is one).
static java.util.List ProviderUtils.unWrapPart(javax.wsdl.Part p, javax.wsdl.Definition def)
          Unwraps a wrapped DocLit style part.
static java.util.List ProviderUtils.unWrapPart(javax.wsdl.Part p, javax.wsdl.Definition def, WSIFMessage context)
          Unwraps a wrapped DocLit style part.
 

Constructors in org.apache.wsif.providers that throw WSIFException
ModelWSIFOperation(ModelWSIFPort wsifPort, javax.wsdl.BindingOperation bindingOperation)
          Construct a ModelWSIFOperation
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 WSIFException in org.apache.wsif.providers.bsf
 

Methods in org.apache.wsif.providers.bsf that throw WSIFException
 WSIFOperation_BSF WSIFOperation_BSF.copy()
          Create a new copy of this object.
 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.
 WSIFOperation WSIFPort_BSF.createOperation(java.lang.String operationName)
          Description of the Method
 WSIFOperation WSIFPort_BSF.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Description of the Method
 void WSIFOperation_BSF.executeInputOnlyOperation(WSIFMessage input)
          Execute an input-only operation.
 boolean WSIFOperation_BSF.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
          Execute a request-response operation.
 

Constructors in org.apache.wsif.providers.bsf that throw WSIFException
WSIFOperation_BSF(javax.wsdl.Port portModel, javax.wsdl.BindingOperation bindingOperationModel, WSIFPort_BSF port, org.apache.bsf.BSFEngine bsfEngine)
          Constructor for the WSIFOperation_BSF object
WSIFPort_BSF(javax.wsdl.Definition def, javax.wsdl.Port port)
          Constructor for the WSIFPort_BSF object
 

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

Methods in org.apache.wsif.providers.ejb that throw WSIFException
 WSIFOperation_EJB WSIFOperation_EJB.copy()
          Create a new copy of this object.
 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.
 WSIFOperation WSIFPort_EJB.createOperation(java.lang.String operationName)
           
 WSIFOperation WSIFPort_EJB.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
           
 void WSIFOperation_EJB.executeInputOnlyOperation(WSIFMessage input)
           
 boolean WSIFOperation_EJB.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
           
 WSIFOperation_EJB WSIFPort_EJB.getDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
           
 javax.ejb.EJBHome WSIFPort_EJB.getEjbHome()
           
 javax.ejb.EJBObject WSIFPort_EJB.getEjbObject()
           
 

Constructors in org.apache.wsif.providers.ejb that throw WSIFException
WSIFOperation_EJB(javax.wsdl.Port portModel, javax.wsdl.BindingOperation bindingOperationModel, WSIFPort_EJB port)
           
 

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

Methods in org.apache.wsif.providers.java that throw WSIFException
 WSIFOperation_Java WSIFOperation_Java.copy()
          Create a new copy of this object.
 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.
 WSIFOperation WSIFPort_Java.createOperation(java.lang.String operationName)
          Creates a WSIFOperation for the given operation name
 WSIFOperation WSIFPort_Java.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Creates a WSIFOperation for the given operation name
 void WSIFOperation_Java.executeInputOnlyOperation(WSIFMessage input)
           
 boolean WSIFOperation_Java.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
           
 java.lang.Object WSIFPort_Java.getObjectReference(boolean getSingleton)
          Gets the service object.
 

Constructors in org.apache.wsif.providers.java that throw WSIFException
WSIFOperation_Java(javax.wsdl.Port portModel, javax.wsdl.BindingOperation bindingOperationModel, WSIFPort_Java port, java.util.Map typeMaps)
           
WSIFPort_Java(javax.wsdl.Definition def, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          Construct a new instance of WSIFPort_Java
 

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

Methods in org.apache.wsif.providers.jca that throw WSIFException
 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.
 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.
 WSIFOperation WSIFPort_JCA.createOperation(java.lang.String aOperationName)
          Creates a WSIFOperation_JCA using the configured, Resource Adapter specific factory (i.e.
 WSIFOperation WSIFPort_JCA.createOperation(java.lang.String aOperationName, java.lang.String aInputName, java.lang.String aOutputName)
          This method creates WSIFOperation_JCA using the configured, Resource Adapter specific factory (i.e.
 void WSIFOperation_JCA.executeInputOnlyOperation(WSIFMessage input)
          Invokes input only operation.
 WSIFCorrelationId WSIFOperation_JCA.executeRequestResponseAsync(WSIFMessage input)
          Method not supported.
 WSIFCorrelationId WSIFOperation_JCA.executeRequestResponseAsync(WSIFMessage input, WSIFResponseHandler handler)
          Method not supported.
 boolean WSIFOperation_JCA.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
          Invokes the request/response operation.
 void WSIFOperation_JCA.fireAsyncResponse(java.lang.Object response)
          Method not supported.
 boolean WSIFOperation_JCA.processAsyncResponse(java.lang.Object response, WSIFMessage output, WSIFMessage fault)
          Method not supported.
 void WSIFProviderJCAExtensions.updateInteractionSpec(WSIFMessage input, javax.wsdl.Binding aBinding, java.lang.String aOperationName, java.lang.String aInputName, java.lang.String aOutputName, InteractionSpec aInteractionSpec)
          Updates the interactionSpec from input message values.
 void WSIFProviderJCAExtensions.updateOutputMessage(WSIFMessage output, javax.wsdl.Binding aBinding, java.lang.String aOperationName, java.lang.String aInputName, java.lang.String aOutputName, InteractionSpec aInteractionSpec)
          Updates the output message using output InteractionSpec values.
 

Uses of WSIFException in org.apache.wsif.providers.jca.toolplugin
 

Methods in org.apache.wsif.providers.jca.toolplugin that throw WSIFException
 java.util.Hashtable FormatHandlerGenerator.generate(java.lang.String generationPackage, java.lang.String beanClass, javax.wsdl.Definition aDefinition, javax.wsdl.Binding aBinding, java.lang.String anEncoding, java.lang.String aStyle, javax.xml.namespace.QName xsdQname, int elementType, java.lang.Object generationContext)
          Generates a Custom Format Handler for a particular XSD Type or Element.
 ImportDefinition Import.getDefinition(PortTypeSelection portTypeSelection)
          This is the proxy method to invoke the getDefinition Operation of the Import Service.
 PortTypeArray Import.getPortTypes(java.lang.String queryString)
          This is the proxy method to invoke the getPortTypes Operation of the Import Service.
 byte[] Import.getRawEISMetaData(java.lang.String queryString)
          This is the proxy method to invoke the getRawEISMetaData Operation of the Import Service
 

Constructors in org.apache.wsif.providers.jca.toolplugin that throw WSIFException
Import(javax.wsdl.Definition aServiceDefinition, java.lang.String aServiceName)
          Constructor for Import.
 

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

Methods in org.apache.wsif.providers.jms that throw WSIFException
 void WSIFPort_Jms.close()
          Closes the port.
 WSIFOperation_Jms WSIFOperation_Jms.copy()
          Create a new copy of this object.
 WSIFPort WSIFDynamicProvider_Jms.createDynamicWSIFPort(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
           
 WSIFOperation WSIFPort_Jms.createOperation(java.lang.String operationName)
           
 WSIFOperation WSIFPort_Jms.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
           
 void WSIFOperation_Jms.executeInputOnlyOperation(WSIFMessage input)
          executeInputOnlyOperation(WSIFMessage) WSDL transmission primitive Notification (fire&forget)
 WSIFCorrelationId WSIFOperation_Jms.executeRequestResponseAsync(WSIFMessage input)
          executeRequestResponseAsync(WSIFMessage) This is the simple async form where the client is expected to handle the correlating of the response.
 WSIFCorrelationId WSIFOperation_Jms.executeRequestResponseAsync(WSIFMessage input, WSIFResponseHandler handler)
          executeRequestResponseAsync(WSIFMessage, WSIFResponseHandler)
 boolean WSIFOperation_Jms.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
          executeRequestResponseOperation(WSIFMessage, WSIFMessage, WSIFMessage) synchronous execution is NOT supported for JMS
 void WSIFOperation_Jms.fireAsyncResponse(java.lang.Object response)
          fireAsyncResponse is called when a response has been received for a previous executeRequestResponseAsync call.
 void JMSFormatter.formatRequest(WSIFRequest req, javax.jms.Message out)
           
 void JMSFormatter.formatResponse(WSIFResponse resp, javax.jms.Message out)
           
 WSIFOperation_Jms WSIFPort_Jms.getDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
          get/set WSIF operation
 WSIFJMSDestination WSIFPort_Jms.getJmsDestination()
          Returns the jmsDestination for this WSIFPort.
 JMSAddress WSIFPort_Jms.getObjectReference()
           
 boolean WSIFOperation_Jms.processAsyncResponse(java.lang.Object responseObject, WSIFMessage output, WSIFMessage fault)
           
 void JMSMessage.read(javax.jms.Message message)
           
static void WSIFOperation_Jms.setJMSMessageOutputHeaderProperties(javax.jms.Message targetMsg, WSIFMessage srcMsg, JMSFormatter formatter)
          Sets JMS properties on a JMS message This has the side effect of removing the JMS properties from the srcMsg WSIFMessage.
 WSIFRequest JMSFormatter.unformatRequest(javax.jms.Message in)
           
 WSIFResponse JMSFormatter.unformatResponse(javax.jms.Message out)
           
 void JMSMessage.write(javax.jms.Message message)
           
 

Constructors in org.apache.wsif.providers.jms that throw WSIFException
WSIFOperation_Jms(javax.wsdl.Port basePort, javax.wsdl.BindingOperation bindingOperation, WSIFPort_Jms jmsPort)
          ctor
WSIFPort_Jms(javax.wsdl.Definition def, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap)
          ctor
 

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

Methods in org.apache.wsif.providers.soap.apacheaxis that throw WSIFException
static WSIFAttachmentPart WSIFAXISUtils.axisToWsifAttachmentPart(org.apache.axis.attachments.AttachmentPart axisAp)
           
 void WSIFPort_ApacheAxis.close()
          Closes the port.
 void WSIFJmsTransport.close()
           
 WSIFOperation_ApacheAxis WSIFOperation_ApacheAxis.copy()
          Deprecated. why was this ever made public??? It should only ever be used by the WSIFPort!!!
 WSIFJmsTransport WSIFJmsTransport.copy()
           
 WSIFPort WSIFDynamicProvider_ApacheAxis.createDynamicWSIFPort(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, WSIFDynamicTypeMap wsifdynamictypemap)
          Create a new AXIS WSIFPort
 WSIFOperation WSIFPort_ApacheAxis.createOperation(java.lang.String operationName)
          Creates a WSIFOperation for the given operation name
 WSIFOperation WSIFPort_ApacheAxis.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Creates a WSIFOperation for the given operation name
 void WSIFOperation_ApacheAxis.executeInputOnlyOperation(WSIFMessage inMsg)
           
 WSIFCorrelationId WSIFOperation_ApacheAxis.executeRequestResponseAsync(WSIFMessage inMsg)
          Performs a request response operation asynchronously.
 WSIFCorrelationId WSIFOperation_ApacheAxis.executeRequestResponseAsync(WSIFMessage inMsg, WSIFResponseHandler handler)
          Performs a request response operation asynchronously.
 boolean WSIFOperation_ApacheAxis.executeRequestResponseOperation(WSIFMessage inMsg, WSIFMessage outMsg, WSIFMessage faultMsg)
           
 void WSIFOperation_ApacheAxis.fireAsyncResponse(java.lang.Object response)
          fireAsyncResponse is called by an AsyncListener when a response has been received for a previous executeRequestResponseAsync call.
static org.apache.axis.attachments.AttachmentPart MIMEHelper.getAttachementPart(java.lang.Object o)
           
 org.apache.axis.client.Transport WSIFPort_ApacheAxis.getAxisTransport()
          Deprecated. replaced by getTransport
 org.apache.axis.client.Call WSIFPort_ApacheAxis.getCall()
          Gets the AXIS Call object being used by this WSIFPort
 WSIFOperation_ApacheAxis WSIFPort_ApacheAxis.getDynamicWSIFOperation(java.lang.String opName, java.lang.String inputName, java.lang.String outputName)
          Deprecated. WSIF clients should use the createOperation methods
 java.lang.Object WSIFPort_ApacheAxis.getExtElem(java.lang.Object ctx, java.lang.Class extType, java.util.List extElems)
          Wrapper to enable WSIFOperation to use the same WSIFDefaultPort method
 java.util.List WSIFPort_ApacheAxis.getExtElems(java.lang.Object ctx, java.lang.Class extType, java.util.List extElems)
          Wrapper to enable WSIFOperation to use the same WSIFDefaultPort method
 javax.wsdl.extensions.soap.SOAPOperation WSIFPort_ApacheAxis.getSOAPOperation(javax.wsdl.BindingOperation bindingOp)
          Gets the soap:operation WSDL element from a BindingOperation The WSDL binding operation element has the form:
 org.apache.axis.client.Transport WSIFPort_ApacheAxis.getTransport()
          Gets the AXIS Transport object being used by this WSIFPort
 org.apache.axis.client.Transport WSIFOperation_ApacheAxis.getTransport()
           
 boolean WSIFOperation_ApacheAxis.processAsyncResponse(java.lang.Object response, WSIFMessage output, WSIFMessage fault)
          Processes the response to an asynchronous request.
static void MIMEHelper.setMIMEMessagePart(WSIFMessage msg, java.lang.String name, java.lang.Object value, java.lang.Class type)
           
static org.apache.axis.attachments.AttachmentPart WSIFAXISUtils.wsifToAxisAttachmentPart(WSIFAttachmentPart wsifAp)
           
 

Constructors in org.apache.wsif.providers.soap.apacheaxis that throw WSIFException
WSIFJmsTransport(WSIFJMSDestination destination)
           
WSIFOperation_ApacheAxis(WSIFPort_ApacheAxis wsifPort, javax.wsdl.Operation portTypeOperation, WSIFDynamicTypeMap typeMap)
          Construct a new WSIFOperation
WSIFPort_ApacheAxis(javax.wsdl.Definition definition, javax.wsdl.Port port, javax.wsdl.extensions.soap.SOAPBinding soapBinding, WSIFDynamicTypeMap wsifdynamictypemap)
          Construct a new WSIFPort
 

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

Methods in org.apache.wsif.providers.soap.apachesoap that throw WSIFException
 void WSIFPort_ApacheSOAP.close()
          Closes the port.
 WSIFOperation_ApacheSOAP WSIFOperation_ApacheSOAP.copy()
          Create a new copy of this object.
 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.
 WSIFOperation WSIFPort_ApacheSOAP.createOperation(java.lang.String operationName)
           
 WSIFOperation WSIFPort_ApacheSOAP.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
           
 void WSIFOperation_ApacheSOAP.executeInputOnlyOperation(WSIFMessage input)
           
 WSIFCorrelationId WSIFOperation_ApacheSOAP.executeRequestResponseAsync(WSIFMessage input)
          Performs a request response operation asynchronously.
 WSIFCorrelationId WSIFOperation_ApacheSOAP.executeRequestResponseAsync(WSIFMessage input, WSIFResponseHandler handler)
          Performs a request response operation asynchronously.
 boolean WSIFOperation_ApacheSOAP.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
           
 void WSIFOperation_ApacheSOAP.fireAsyncResponse(java.lang.Object response)
          fireAsyncResponse is called by an AsyncListener when a response has been received for a previous executeRequestResponseAsync call.
 WSIFOperation_ApacheSOAP WSIFPort_ApacheSOAP.getDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
           
 java.util.HashMap SOAPJMSConnection.getJmsProperties()
           
 boolean WSIFOperation_ApacheSOAP.invokeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
          Invoke RPC operation using ApacheSOAP
 boolean WSIFOperation_ApacheSOAP.invokeRequestResponseOperationDocument(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
           
 boolean WSIFOperation_ApacheSOAP.processAsyncResponse(java.lang.Object response, WSIFMessage output, WSIFMessage fault)
          Processes the response to an asynchronous request.
 void SOAPJMSConnection.setJmsProperty(java.lang.String name, java.lang.Object value)
           
 

Constructors in org.apache.wsif.providers.soap.apachesoap that throw WSIFException
SOAPJMSConnection(JMSAddress ja, java.lang.String portName)
           
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.
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.
 

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

Methods in org.apache.wsif.providers.soap.soaprmi that throw WSIFException
 WSIFOperation_SoapRMI WSIFOperation_SoapRMI.copy()
          Create a new copy of this object.
 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.
 WSIFOperation WSIFPort_SoapRMI.createOperation(java.lang.String operationName)
           
 WSIFOperation WSIFPort_SoapRMI.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
           
 void WSIFOperation_SoapRMI.executeInputOnlyOperation(WSIFMessage input)
           
 boolean WSIFOperation_SoapRMI.executeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
           
 WSIFOperation_SoapRMI WSIFPort_SoapRMI.getDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
           
 void WSIFOperation_SoapRMI.invokeInputOnlyOperation(WSIFMessage input)
          Invoke only operation are not yet supported.
 boolean WSIFOperation_SoapRMI.invokeRequestResponseOperation(WSIFMessage input, WSIFMessage output, WSIFMessage fault)
          Invoke RPC operation using ApacheSOAP
 

Constructors in org.apache.wsif.providers.soap.soaprmi that throw WSIFException
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.
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.
 

Uses of WSIFException in org.apache.wsif.schema
 

Methods in org.apache.wsif.schema that throw WSIFException
static void Parser.getAllSchemaTypes(javax.wsdl.Definition def, java.util.List schemaTypes, javax.wsdl.xml.WSDLLocator loc)
          Populate a List with all the top level SchemaType objects (complexTypes, simpleTypes and elements) generated by parsing the schemas associated with a Definition object
static void Parser.getTypeMappings(javax.wsdl.Definition def, java.util.Map table)
          Deprecated. Use getAllSchemaTypes in combination with a WSIFMapper rather than this method
static void Parser.getTypeMappings(javax.wsdl.Definition def, java.util.Map table, boolean includeStandardMappings)
          Deprecated. Use getAllSchemaTypes in combination with a WSIFMapper rather than this method
static void Parser.getTypeMappings(javax.wsdl.Definition def, java.util.Map table, boolean includeStandardMappings, javax.wsdl.xml.WSDLLocator loc)
          Deprecated. Use getAllSchemaTypes in combination with a WSIFMapper rather than this method
static void Parser.getTypeMappings(javax.wsdl.Definition def, java.util.Map table, java.lang.ClassLoader loader)
          Deprecated. Use getAllSchemaTypes in combination with a WSIFMapper rather than this method
static void Parser.getTypeMappings(javax.wsdl.Definition def, java.util.Map table, java.lang.ClassLoader loader, boolean includeStandardMappings)
          Deprecated. Use getAllSchemaTypes in combination with a WSIFMapper rather than this method
static void Parser.getTypeMappings(javax.wsdl.Definition def, java.util.Map table, javax.wsdl.xml.WSDLLocator loc)
          Deprecated. Use getAllSchemaTypes in combination with a WSIFMapper rather than this method
 

Uses of WSIFException in org.apache.wsif.spi
 

Methods in org.apache.wsif.spi that throw WSIFException
 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.
 

Uses of WSIFException in org.apache.wsif.util
 

Methods in org.apache.wsif.util that throw WSIFException
static javax.wsdl.BindingOperation WSIFUtils.getBindingOperation(javax.wsdl.Binding binding, javax.wsdl.Operation portTypeOp)
          Get a binding operation for a portType operation.
static javax.wsdl.BindingOperation WSIFUtils.getBindingOperation(javax.wsdl.Binding binding, java.lang.String opName, java.lang.String inName, java.lang.String outName)
          Get a binding operation for a portType operation.
static javax.wsdl.Definition WSIFUtils.getDefinitionFromContent(java.lang.String contextURL, java.lang.String content)
           
static javax.wsdl.Definition WSIFUtils.getDefinitionFromLocation(java.lang.String contextURL, java.lang.String location)
           
static java.lang.Object WSIFUtils.getNamedItem(java.util.Map items, javax.xml.namespace.QName qname, java.lang.String itemType)
           
static javax.wsdl.PortType WSIFUtils.selectPortType(javax.wsdl.Definition def, java.lang.String portTypeNS, java.lang.String portTypeName)
           
static javax.wsdl.Service WSIFUtils.selectService(javax.wsdl.Definition def, java.lang.String serviceNS, java.lang.String serviceName)
           
static java.util.List WSIFUtils.unWrapPart(javax.wsdl.Part p, javax.wsdl.Definition def)
          Deprecated. use org.apache.wsif.providers.ProviderUtils.unWrapPart
 

Uses of WSIFException in org.apache.wsif.util.jms
 

Methods in org.apache.wsif.util.jms that throw WSIFException
 void WSIFJMSDestination.close()
          Close all objects.
 javax.jms.Message WSIFJMSDestination.createMessage(int msgType)
           
static javax.jms.Message WSIFJMSDestination.createMessage(javax.jms.Session session, int msgType)
           
 void WSIFJMSDestination.finalize()
          close the destination at finalize.
static JMSAddress WSIFJMSDestination.getJMSAddressFromURL(java.lang.String url)
          Create a JMSAddress extensability element from a URL string The URL string would normally be from the WSDL soap:address location attribute.
 java.util.HashMap WSIFJMSDestination.getProperties()
          Gets all the JMS properties from the previous message that was received.
 void WSIFJMSProperties.getPropertiesFromMessage(javax.jms.Message message)
          Get all the properties from a Message and load them into this HashMap.
 java.lang.Object WSIFJMSDestination.getProperty(java.lang.String name)
          Gets a JMS property from the previous message that was received.
 void JMS2HTTPBridge.listen()
           
 void JMS2HTTPBridgeDestination.listen(WSIFJMSListener listener)
          Create a listener thread to listen for messages.
 void JMS2HTTPBridgeDestination.listen(WSIFJMSListener listener, javax.jms.Queue queue)
          Create a listener thread to listen for messages.
static WSIFJMSFinder WSIFJMSFinder.newFinder(JMSAddress ja, java.lang.String portName)
           
 java.lang.String WSIFJMSDestination.receive()
          Blocking receive for the wsif.syncrequest.timeout
 javax.jms.Message WSIFJMSDestination.receive(java.lang.String id)
          Blocking receive waits for a message for the wsif.syncrequest.timeout
 javax.jms.Message WSIFJMSDestination.receive(java.lang.String id, long timeout)
          Blocking receive waits for a message for the specified timeout
 java.lang.String WSIFJMSDestination.receiveString(java.lang.String id)
          Blocking receive for the wsif.syncrequest.timeout
 java.lang.String WSIFJMSDestination.receiveString(java.lang.String id, long timeout)
          Blocking receive waits for the specified timeout
 java.lang.String WSIFJMSDestination.send(javax.jms.Message msg, java.lang.String id, boolean setReplyTo)
          Sends a message to the write queue.
 java.lang.String WSIFJMSDestination.send(java.io.Serializable data)
          Send a message to the write queue
 java.lang.String WSIFJMSDestination.send(java.io.Serializable data, java.lang.String id)
          Send a message to the write queue
 java.lang.String WSIFJMSDestination.send(java.lang.String data)
          Send a message to the write queue
 java.lang.String WSIFJMSDestination.send(java.lang.String data, java.lang.String id)
          Send a message to the write queue
 boolean WSIFJMSProperties.set(javax.jms.MessageProducer producer, javax.jms.Message message)
          Set all the properties that have been loaded into this HashMap on a QueueSender.
 void WSIFJMSDestination.setAsyncMode(boolean b)
          Sets if this destination is to be used for asynchronous requests.
 void WSIFJMSDestination.setProperty(java.lang.String name, java.lang.Object value)
          Sets a JMS property to a value.
 void WSIFJMSDestination.setReplyToQueue()
          Set the replyTo queue to a temporary queue.
 void JMS2HTTPBridgeDestination.setReplyToQueue()
           
 void JMS2HTTPBridgeDestination.setReplyToQueue(javax.jms.Queue replyTo)
          Set the replyTo queue.
 void WSIFJMSDestination.setReplyToQueue(java.lang.String replyTo)
          Set the replyTo queue.
 void JMS2HTTPBridgeDestination.setReplyToQueue(java.lang.String replyTo)
           
 

Constructors in org.apache.wsif.util.jms that throw WSIFException
JMS2HTTPBridgeDestination(WSIFJMSFinder finder, java.lang.String altDestName, long timeout, java.lang.String startType, boolean verbose)
          Public constructor.
WSIFJMSDestination(WSIFJMSFinder finder)
          Public constructor.
WSIFJMSDestination(WSIFJMSFinder finder, long timeout)
          Public constructor.
WSIFJMSDestination(WSIFJMSFinder finder, java.lang.String altDestName, long timeout)
          Public constructor.
WSIFJMSFinderForJndi(java.lang.String jmsVendorURL, java.lang.String initialContextFactory, java.lang.String jndiProviderURL, java.lang.String style, java.lang.String jndiConnectionFactory, java.lang.String jndiDestinationName, java.lang.String portName)
          Package private constructor.
WSIFJMSProperties(java.lang.String direction)
          Constructor for WSIFJMSProperties
 



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