public class LocalSOAPXMLLoggingInterceptor extends java.lang.Object implements LocalLoggingInterceptor, OutboundSOAPUTF8TransformationInterceptor
| Constructor and Description |
|---|
LocalSOAPXMLLoggingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
QoSPolicyInterceptionDirection |
getInterceptionDirection() |
org.ws4d.java.structures.Iterator |
getInterceptorSubjectClasses() |
QoSPolicyOrdinalNumber |
getOrdinalNumberForSubject(java.lang.Class<?> subjectClass) |
org.ws4d.java.structures.Iterator |
getQoSPolicyClasses() |
boolean |
interceptOutbound(java.io.InputStream interceptableSOAPUTF8InputStream,
org.ws4d.java.communication.ConnectionInfo pd,
QoSMessageContext qosMsgCtxt,
QoSPolicy policy,
java.io.OutputStream soapUTF8OutputStream,
org.ws4d.java.schema.Element element) |
public boolean interceptOutbound(java.io.InputStream interceptableSOAPUTF8InputStream,
org.ws4d.java.communication.ConnectionInfo pd,
QoSMessageContext qosMsgCtxt,
QoSPolicy policy,
java.io.OutputStream soapUTF8OutputStream,
org.ws4d.java.schema.Element element)
throws InterceptionException
interceptOutbound in interface OutboundSOAPUTF8TransformationInterceptorInterceptionExceptionpublic QoSPolicyOrdinalNumber getOrdinalNumberForSubject(java.lang.Class<?> subjectClass)
getOrdinalNumberForSubject in interface QoSPolicyInterceptorpublic org.ws4d.java.structures.Iterator getQoSPolicyClasses()
getQoSPolicyClasses in interface QoSPolicyInterceptorpublic org.ws4d.java.structures.Iterator getInterceptorSubjectClasses()
getInterceptorSubjectClasses in interface QoSPolicyInterceptorpublic QoSPolicyInterceptionDirection getInterceptionDirection()
getInterceptionDirection in interface QoSPolicyInterceptor