IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.ws.jaxrpc
Interface JaxRpcServiceProcessor


public interface JaxRpcServiceProcessor

Interface(processor) for invoking a JAX-RPC Service.


Method Summary
 Context getContext()
          Returns the value of the context property.
 void processJaxRpcService(javax.xml.rpc.Service service)
          Processes the JAX-RPC Service invocation.
 void setContext(Context aContext)
          Sets the value of the context property.
 

Method Detail

processJaxRpcService

void processJaxRpcService(javax.xml.rpc.Service service)
Processes the JAX-RPC Service invocation. Register handler


setContext

void setContext(Context aContext)
Sets the value of the context property.

Parameters:
aContext - com.ibm.btt.base.Context

getContext

Context getContext()
Returns the value of the context property.

Returns:
com.ibm.btt.base.Context

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011