Novell exteNd Web Services SDK API

com.sssw.jbroker.web.portable
Interface ServerRequest

All Superinterfaces:
InputStream, ResponseHandler

public interface ServerRequest
extends InputStream, ResponseHandler

Represents an XML RPC request received by the Server.


Field Summary
 
Fields inherited from interface com.sssw.jbroker.web.portable.InputStream
NEXT_ELEMENT, SOAP_BODY, SOAP_HEADER
 
Method Summary
 String getAction()
          Get the soapAction.
 String getMethod()
          Get the method name.
 void seek(int elementNum)
          Postions the stream at a particular element.
 
Methods inherited from interface com.sssw.jbroker.web.portable.InputStream
close, getAttributes, getEncodingStyleURI, getQName, isDocument, peek, readAttachment, readBoolean, readBoolean, readByte, readByte, readChar, readChar, readContent, readDouble, readDouble, readFloat, readFloat, readInt, readInt, readLong, readLong, readObject, readObject, readObject, readObject, readObject, readShort, readShort, setEncodingStyleURI, setMixedContent
 
Methods inherited from interface com.sssw.jbroker.web.portable.ResponseHandler
createExceptionReply, createExceptionReply, createReply, createReply, createReply
 

Method Detail

getMethod

public String getMethod()
Get the method name.


getAction

public String getAction()
Get the soapAction.


seek

public void seek(int elementNum)
          throws IOException
Postions the stream at a particular element.

Parameters:
elementNum - constant defined by InputStream for BODY, HEADER or ELEMENT.
Throws:
IOException
Since:
jBrokerWeb 2.1

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.