org.apache.ws.policy.attachment
Class WSDLPolicyProcessor
java.lang.Object
org.apache.ws.policy.attachment.WSDLPolicyProcessor
- public class WSDLPolicyProcessor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLPolicyProcessor
public WSDLPolicyProcessor(java.io.InputStream in)
throws javax.wsdl.WSDLException
WSDLPolicyProcessor
public WSDLPolicyProcessor(java.io.InputStream in,
PolicyRegistry registry)
throws javax.wsdl.WSDLException
getEffectiveServicePolicy
public Policy getEffectiveServicePolicy(javax.xml.namespace.QName service)
getEffectiveEndpointPolicy
public Policy getEffectiveEndpointPolicy(javax.xml.namespace.QName service,
java.lang.String port)
getEffectiveOperationPolicy
public Policy getEffectiveOperationPolicy(javax.xml.namespace.QName service,
java.lang.String portName,
java.lang.String opName)
getEffectiveInputPolicy
public Policy getEffectiveInputPolicy(javax.xml.namespace.QName service,
java.lang.String portName,
java.lang.String opName)
getEffectiveOutputPolicy
public Policy getEffectiveOutputPolicy(javax.xml.namespace.QName service,
java.lang.String portName,
java.lang.String opName)
getEffectiveFaultPolicy
public Policy getEffectiveFaultPolicy(javax.xml.namespace.QName service,
java.lang.String portName,
java.lang.String opName)
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.