public class LoggingPolicyBuilder extends java.lang.Object implements QoSPolicyBuilder
| Constructor and Description |
|---|
LoggingPolicyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LocalLoggingInterceptor |
createInboundInterceptor() |
QoSPolicy |
createInboundPolicy() |
QoSPolicy |
createInboundPolicy(java.lang.Object addInfo) |
LocalLoggingInterceptor |
createInOutboundInterceptor() |
QoSPolicy |
createInOutboundPolicy() |
QoSPolicy |
createInOutboundPolicy(java.lang.Object addInfo) |
LocalLoggingInterceptor |
createOutboundInterceptor() |
LoggingQoSPolicy |
createOutboundPolicy() |
LoggingQoSPolicy |
createOutboundPolicy(java.lang.Object addInfo) |
WSDLAssertionParser |
createParser() |
WSDLAssertionSerializer |
createSerializer() |
org.ws4d.java.types.QName |
getInboundAssertionElementName() |
java.lang.Class<?> |
getInboundPolicyClass() |
org.ws4d.java.types.QName |
getInOutboundAssertionElementName() |
java.lang.Class<?> |
getInOutboundPolicyClass() |
LocalLoggingInterceptor |
getLocalLoggingInterceptor() |
org.ws4d.java.types.QName |
getOutboundAssertionElementName() |
java.lang.Class<?> |
getOutboundPolicyClass() |
public LocalLoggingInterceptor createInboundInterceptor()
createInboundInterceptor in interface QoSPolicyBuilderpublic LocalLoggingInterceptor createOutboundInterceptor()
createOutboundInterceptor in interface QoSPolicyBuilderpublic LocalLoggingInterceptor createInOutboundInterceptor()
createInOutboundInterceptor in interface QoSPolicyBuilderpublic LocalLoggingInterceptor getLocalLoggingInterceptor()
public java.lang.Class<?> getInboundPolicyClass()
getInboundPolicyClass in interface QoSPolicyBuilderpublic java.lang.Class<?> getOutboundPolicyClass()
getOutboundPolicyClass in interface QoSPolicyBuilderpublic java.lang.Class<?> getInOutboundPolicyClass()
getInOutboundPolicyClass in interface QoSPolicyBuilderpublic WSDLAssertionSerializer createSerializer()
createSerializer in interface QoSPolicyBuilderpublic org.ws4d.java.types.QName getInboundAssertionElementName()
getInboundAssertionElementName in interface QoSPolicyBuilderpublic org.ws4d.java.types.QName getOutboundAssertionElementName()
getOutboundAssertionElementName in interface QoSPolicyBuilderpublic org.ws4d.java.types.QName getInOutboundAssertionElementName()
getInOutboundAssertionElementName in interface QoSPolicyBuilderpublic WSDLAssertionParser createParser()
createParser in interface QoSPolicyBuilderpublic QoSPolicy createInboundPolicy()
createInboundPolicy in interface QoSPolicyBuilderpublic QoSPolicy createInboundPolicy(java.lang.Object addInfo)
createInboundPolicy in interface QoSPolicyBuilderpublic QoSPolicy createInOutboundPolicy()
createInOutboundPolicy in interface QoSPolicyBuilderpublic QoSPolicy createInOutboundPolicy(java.lang.Object addInfo)
createInOutboundPolicy in interface QoSPolicyBuilderpublic LoggingQoSPolicy createOutboundPolicy()
createOutboundPolicy in interface QoSPolicyBuilderpublic LoggingQoSPolicy createOutboundPolicy(java.lang.Object addInfo)
createOutboundPolicy in interface QoSPolicyBuilder