Uses of Class
org.apache.wsif.WSIFRequest

Packages that use WSIFRequest
org.apache.wsif   
org.apache.wsif.format   
org.apache.wsif.providers.jms   
 

Uses of WSIFRequest in org.apache.wsif
 

Methods in org.apache.wsif with parameters of type WSIFRequest
 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.
 

Uses of WSIFRequest in org.apache.wsif.format
 

Methods in org.apache.wsif.format that return WSIFRequest
 WSIFRequest WSIFStreamFormatter.unformatRequest(java.io.InputStream in)
           
 

Methods in org.apache.wsif.format with parameters of type WSIFRequest
 void WSIFStreamFormatter.formatRequest(WSIFRequest req, java.io.OutputStream out)
           
 

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

Methods in org.apache.wsif.providers.jms that return WSIFRequest
 WSIFRequest JMSFormatter.unformatRequest(java.io.InputStream in)
           
 WSIFRequest JMSFormatter.unformatRequest(javax.jms.Message in)
           
 

Methods in org.apache.wsif.providers.jms with parameters of type WSIFRequest
 void JMSFormatter.formatRequest(WSIFRequest req, java.io.OutputStream out)
           
 void JMSFormatter.formatRequest(WSIFRequest req, javax.jms.Message out)
           
 



Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.