org.apache.ws.policy.attachment
Class WSDLPolicyProcessor

java.lang.Object
  extended byorg.apache.ws.policy.attachment.WSDLPolicyProcessor

public class WSDLPolicyProcessor
extends java.lang.Object


Constructor Summary
WSDLPolicyProcessor(java.io.InputStream in)
           
WSDLPolicyProcessor(java.io.InputStream in, PolicyRegistry registry)
           
 
Method Summary
 Policy getEffectiveEndpointPolicy(javax.xml.namespace.QName service, java.lang.String port)
           
 Policy getEffectiveFaultPolicy(javax.xml.namespace.QName service, java.lang.String portName, java.lang.String opName)
           
 Policy getEffectiveInputPolicy(javax.xml.namespace.QName service, java.lang.String portName, java.lang.String opName)
           
 Policy getEffectiveOperationPolicy(javax.xml.namespace.QName service, java.lang.String portName, java.lang.String opName)
           
 Policy getEffectiveOutputPolicy(javax.xml.namespace.QName service, java.lang.String portName, java.lang.String opName)
           
 Policy getEffectiveServicePolicy(javax.xml.namespace.QName service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLPolicyProcessor

public WSDLPolicyProcessor(java.io.InputStream in)
                    throws javax.wsdl.WSDLException

WSDLPolicyProcessor

public WSDLPolicyProcessor(java.io.InputStream in,
                           PolicyRegistry registry)
                    throws javax.wsdl.WSDLException
Method Detail

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.