org.systinet.wasp.dd
Interface Interceptor
- All Superinterfaces:
- ConfigurablePart, DeploymentPart, DocumentablePart, ExtensiblePart, ImplementablePart, NamedPart, OrderedPart
- public interface Interceptor
- extends NamedPart, ImplementablePart, ConfigurablePart, ExtensiblePart, OrderedPart, DocumentablePart
This interface represents an interceptor deployment part.
- Since:
- 4.0
- Component:
- Core
isProcessingInMessages
public boolean isProcessingInMessages()
- Returns
true
if the interceptor processes input messages.
- Returns:
true
if the interceptor processes input messages
setProcessingInMessages
public void setProcessingInMessages(boolean processingInMessages)
- Sets if the interceptor processes input messages.
Note that in current WSO2 SOA Enablement Server implementation the interceptor processes all messages by
default so you need to disable processing of unwanted type of messages.
- Parameters:
processingInMessages
- true
if the interceptor processes
input messages, false
if it does not process input
messages
isProcessingOutMessages
public boolean isProcessingOutMessages()
- Returns
true
if the interceptor processes output messages.
- Returns:
true
if the interceptor processes output messages
setProcessingOutMessages
public void setProcessingOutMessages(boolean processingOutMessages)
- Sets if the interceptor processes output messages.
Note that in current WSO2 SOA Enablement Server implementation the interceptor processes all messages by
default so you need to disable processing of unwanted type of messages.
- Parameters:
processingOutMessages
- true
if the interceptor processes
output messages, false
if it does not process output
messages