|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSIFResponse | |
---|---|
org.apache.wsif | |
org.apache.wsif.format | |
org.apache.wsif.providers.jms |
Uses of WSIFResponse in org.apache.wsif |
---|
Methods in org.apache.wsif with parameters of type WSIFResponse | |
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 WSIFResponse in org.apache.wsif.format |
---|
Methods in org.apache.wsif.format that return WSIFResponse | |
WSIFResponse |
WSIFStreamFormatter.unformatResponse(java.io.InputStream in)
|
Methods in org.apache.wsif.format with parameters of type WSIFResponse | |
void |
WSIFStreamFormatter.formatResponse(WSIFResponse resp,
java.io.OutputStream out)
|
Uses of WSIFResponse in org.apache.wsif.providers.jms |
---|
Methods in org.apache.wsif.providers.jms that return WSIFResponse | |
WSIFResponse |
JMSFormatter.unformatResponse(java.io.InputStream in)
|
WSIFResponse |
JMSFormatter.unformatResponse(javax.jms.Message out)
|
Methods in org.apache.wsif.providers.jms with parameters of type WSIFResponse | |
void |
JMSFormatter.formatResponse(WSIFResponse resp,
java.io.OutputStream out)
|
void |
JMSFormatter.formatResponse(WSIFResponse resp,
javax.jms.Message out)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |