electric.soap.rpc
Class In
java.lang.Object
electric.soap.rpc.Parameter
electric.soap.rpc.In
- public final class In
- extends Parameter
In
- Author:
- webMethods
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
requestIndex
public int requestIndex
In
public In(SchemaElement element,
int requestIndex)
- Parameters:
element
- requestIndex
-
getJavaClass
public java.lang.Class getJavaClass()
throws java.lang.ClassNotFoundException
- Specified by:
getJavaClass
in class Parameter
- Throws:
java.lang.ClassNotFoundException
getJavaName
public java.lang.String getJavaName()
throws SchemaException
- Specified by:
getJavaName
in class Parameter
- Throws:
SchemaException
isInput
public boolean isInput()
- Specified by:
isInput
in class Parameter
isOutput
public boolean isOutput()
- Specified by:
isOutput
in class Parameter
getRawObject
public java.lang.Object getRawObject(java.lang.Object object)
- Specified by:
getRawObject
in class Parameter
- Parameters:
object
-
valueOf
public java.lang.Object valueOf(java.lang.String string)
throws java.io.IOException
- Specified by:
valueOf
in class Parameter
- Parameters:
string
-
- Throws:
java.io.IOException
valueOf
public java.lang.Object valueOf(java.lang.Object[] args)
- Specified by:
valueOf
in class Parameter
- Parameters:
args
-
writeRequest
public void writeRequest(IWriter writer,
java.lang.Object object)
throws java.io.IOException
- Specified by:
writeRequest
in class Parameter
- Parameters:
writer
- object
-
- Throws:
java.io.IOException
writeResponse
public void writeResponse(IWriter writer,
java.lang.Object object)
throws java.io.IOException
- Specified by:
writeResponse
in class Parameter
- Parameters:
writer
- object
-
- Throws:
java.io.IOException
readResponse
public Value readResponse(IReader reader,
java.lang.Object object)
throws java.io.IOException
- Specified by:
readResponse
in class Parameter
- Parameters:
reader
- object
-
- Throws:
java.io.IOException
readRequest
public Value readRequest(IReader reader)
throws java.io.IOException
- Specified by:
readRequest
in class Parameter
- Parameters:
reader
-
- Throws:
java.io.IOException
copyright© 2001-2004 by webMethods All Rights Reserved.