|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.formatter.client.CHAFormatterServiceWSIFEjbProxy
This class is generated by WSAD according to CHAFormatterServiceEJBService.wsdl and
uses WSIF EJB binding to get remote CHAformatterService instance.
Constructor Summary | |
---|---|
CHAFormatterServiceWSIFEjbProxy()
The constructor gets WSDL path and generates a WSIFService instance. |
Method Summary | |
---|---|
org.apache.wsif.WSIFMessage |
execute(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName,
org.apache.wsif.WSIFMessage aMessage,
int operationType)
execute (base message-level execution) |
java.lang.String |
format(Context argAContext,
java.lang.String argAFormatName)
Formats a context by a given format. |
java.lang.String |
format(DataElement argDataElement,
java.lang.String argAFormatName)
Formats a data element by a given format. |
java.util.Map |
formatHashtable(Context argAContext,
java.lang.String argAFormatName)
Formats a context by a given hashtable format. |
java.util.Map |
formatHashtable(KeyedCollection argAKeyedCollection,
java.lang.String argAFormatName)
Formats a KeyedCollection by a given hashtable format |
org.apache.wsif.WSIFPort |
getPort()
Get sWSIF port |
org.apache.wsif.WSIFService |
getService()
Returns a WSIF service instance. |
java.util.List |
mapContents(Context argInputContext,
Context argOutputContext,
java.lang.String argAFormatName)
Maps the contents of a context into another context. |
void |
setPort(org.apache.wsif.WSIFPort newPort)
Sets port number. |
void |
setService(org.apache.wsif.WSIFService newService)
Sets a WSIF service. |
java.util.List |
unformat(java.lang.String argAString,
Context argAContext,
java.lang.String argAFormatName)
Unformats a context by a given format. |
java.util.List |
unformat(java.lang.String argAString,
DataElement argADataElement,
java.lang.String argAFormatName)
Unformats a data element by a given format. |
java.util.List |
unformatHashtable(java.util.Map argAHashtable,
Context argAContext,
java.lang.String argAFormatName)
Unformats a context by a given hashtable format. |
java.util.List |
unformatHashtable(java.util.Map argAHashtable,
KeyedCollection argAKeyedCollection,
java.lang.String argAFormatName)
Unformats a KeyedCollection by a given hashtable format. |
java.util.List |
unformatIndexedCollection(java.util.List argAVector,
Context argContext,
java.lang.String argAFormatName)
Unformats a context by a given hashtable IndexedCollection format. |
java.util.List |
unformatIndexedCollection(java.util.List argAVector,
IndexedCollection argAnIndexedCollection,
java.lang.String argAFormatName)
Unformats an IndexedCollection by a given hashtable IndexedCollection format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CHAFormatterServiceWSIFEjbProxy() throws org.apache.wsif.WSIFException
Method Detail |
public org.apache.wsif.WSIFPort getPort()
public void setPort(org.apache.wsif.WSIFPort newPort)
newPort
- org.apache.wsif.WSIFPortpublic org.apache.wsif.WSIFService getService()
public void setService(org.apache.wsif.WSIFService newService)
newService
- org.apache.wsif.WSIFServicepublic java.lang.String format(DataElement argDataElement, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
format
in interface CHAFormatterServiceProxy
argDataElement
- com.ibm.btt.base.DataElementargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.lang.String format(Context argAContext, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
format
in interface CHAFormatterServiceProxy
argAContext
- com.ibm.btt.base.ContextargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.Map formatHashtable(Context argAContext, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
formatHashtable
in interface CHAFormatterServiceProxy
argAContext
- com.ibm.btt.base.aContextargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.Map formatHashtable(KeyedCollection argAKeyedCollection, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
formatHashtable
in interface CHAFormatterServiceProxy
argAKeyedCollection
- com.ibm.btt.base.KeyedCollectionargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.List mapContents(Context argInputContext, Context argOutputContext, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
mapContents
in interface CHAFormatterServiceProxy
argInputContext
- com.ibm.btt.base.ContextargOutputContext
- java.lang.StringargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.List unformat(java.lang.String argAString, DataElement argADataElement, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
unformat
in interface CHAFormatterServiceProxy
argADataElement
- com.ibm.btt.base.DataElementargAString
- java.lang.StringargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.List unformat(java.lang.String argAString, Context argAContext, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
unformat
in interface CHAFormatterServiceProxy
argAContext
- com.ibm.btt.base.ContextargAString
- java.lang.StringargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.List unformatHashtable(java.util.Map argAHashtable, Context argAContext, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
unformatHashtable
in interface CHAFormatterServiceProxy
argAContext
- com.ibm.btt.base.ContextargAHashtable
- java.util.MapargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.List unformatHashtable(java.util.Map argAHashtable, KeyedCollection argAKeyedCollection, java.lang.String argAFormatName) throws DSEException, org.apache.wsif.WSIFException
unformatHashtable
in interface CHAFormatterServiceProxy
argAKeyedCollection
- com.ibm.btt.base.KeyedCollectionargAHashtable
- com.ibm.btt.base.HashtableargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
public java.util.List unformatIndexedCollection(java.util.List argAVector, Context argContext, java.lang.String argAFormatName) throws DSEException, java.io.IOException, org.apache.wsif.WSIFException
unformatIndexedCollection
in interface CHAFormatterServiceProxy
argContext
- com.ibm.btt.base.ContextargAVector
- java.util.ListargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
java.io.IOException
public java.util.List unformatIndexedCollection(java.util.List argAVector, IndexedCollection argAnIndexedCollection, java.lang.String argAFormatName) throws DSEException, java.io.IOException, org.apache.wsif.WSIFException
unformatIndexedCollection
in interface CHAFormatterServiceProxy
argAnIndexedCollection
- com.ibm.btt.base.IndexedCollectionargAVector
- java.util.ListargAFormatName
- java.lang.String
DSEException
org.apache.wsif.WSIFException
java.io.IOException
public org.apache.wsif.WSIFMessage execute(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName, org.apache.wsif.WSIFMessage aMessage, int operationType) throws org.apache.wsif.WSIFException, java.lang.Exception
operationName
- java.lang.StringinputName
- java.lang.StringoutputName
- java.lang.StringaMessage
- org.apahce.wsif.WSIFMessage
java.util.Exception
org.apache.wsif.WSIFException
java.lang.Exception
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |