public interface QoSPolicyBuilder
| Modifier and Type | Method and Description |
|---|---|
QoSPolicyInterceptor |
createInboundInterceptor() |
QoSPolicy |
createInboundPolicy() |
QoSPolicy |
createInboundPolicy(java.lang.Object addInfo) |
QoSPolicyInterceptor |
createInOutboundInterceptor() |
QoSPolicy |
createInOutboundPolicy() |
QoSPolicy |
createInOutboundPolicy(java.lang.Object addInfo) |
QoSPolicyInterceptor |
createOutboundInterceptor() |
QoSPolicy |
createOutboundPolicy() |
QoSPolicy |
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() |
org.ws4d.java.types.QName |
getOutboundAssertionElementName() |
java.lang.Class<?> |
getOutboundPolicyClass() |
QoSPolicyInterceptor createInboundInterceptor()
QoSPolicyInterceptor createOutboundInterceptor()
QoSPolicyInterceptor createInOutboundInterceptor()
QoSPolicy createOutboundPolicy()
QoSPolicy createOutboundPolicy(java.lang.Object addInfo)
QoSPolicy createInboundPolicy()
QoSPolicy createInboundPolicy(java.lang.Object addInfo)
QoSPolicy createInOutboundPolicy()
QoSPolicy createInOutboundPolicy(java.lang.Object addInfo)
java.lang.Class<?> getInboundPolicyClass()
java.lang.Class<?> getOutboundPolicyClass()
java.lang.Class<?> getInOutboundPolicyClass()
org.ws4d.java.types.QName getInboundAssertionElementName()
org.ws4d.java.types.QName getOutboundAssertionElementName()
org.ws4d.java.types.QName getInOutboundAssertionElementName()
WSDLAssertionSerializer createSerializer()
WSDLAssertionParser createParser()