|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.rm.runtime.testing.PacketFilter
com.sun.xml.ws.rm.runtime.testing.filters.RmEnabledCheckFilter
public final class RmEnabledCheckFilter
Filter instance of this class checks if the RM is enabled on the current WS port.
If RM is not enabled, invocation of this filter results in aIllegalStateException
being thrown.
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.rm.runtime.testing.PacketFilter |
---|
UNSPECIFIED |
Constructor Summary | |
---|---|
RmEnabledCheckFilter()
|
Method Summary | |
---|---|
com.sun.xml.ws.api.message.Packet |
filterClientRequest(com.sun.xml.ws.api.message.Packet request)
Method is called during the client-side request packet processing, which means that it is called BEFORE the request is sent to the service. |
com.sun.xml.ws.api.message.Packet |
filterServerResponse(com.sun.xml.ws.api.message.Packet response)
Method is called during the server-side response packet processing, which means that it is called BEFORE the response is sent to the client. |
Methods inherited from class com.sun.xml.ws.rm.runtime.testing.PacketFilter |
---|
getMessageId, getRmVersion, getSequenceId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RmEnabledCheckFilter()
Method Detail |
---|
public com.sun.xml.ws.api.message.Packet filterClientRequest(com.sun.xml.ws.api.message.Packet request) throws java.lang.Exception
PacketFilter
filterClientRequest
in class PacketFilter
request
- original request packet to be filtered
java.lang.Exception
- any exception that may occur during processing.public com.sun.xml.ws.api.message.Packet filterServerResponse(com.sun.xml.ws.api.message.Packet response) throws java.lang.Exception
PacketFilter
filterServerResponse
in class PacketFilter
response
- original response packet to be filtered
java.lang.Exception
- any exception that may occur during processing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |