|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.util.PolicyAttachmentUtil
This util class which implements WSPolicyAttachment sepcification (September 2004).
Constructor Summary | |
PolicyAttachmentUtil()
|
|
PolicyAttachmentUtil(InputStream wsdlInputStream)
|
|
PolicyAttachmentUtil(org.apache.wsdl.WSDLDescription wsdlDescription)
|
Method Summary | |
org.apache.ws.policy.Policy |
getEndPointPolicy(QName qname)
|
org.apache.ws.policy.Policy |
getFaultMeassagePolicy(QName endPointName,
QName opName,
QName fault)
|
org.apache.ws.policy.Policy |
getInputMeassagePolicy(QName eqname,
QName oqname)
|
org.apache.ws.policy.Policy |
getOperationPolicy(QName eqame,
QName oqname)
|
org.apache.ws.policy.Policy |
getOutputMeassagePolicy(QName endPointName,
QName opName)
|
org.apache.ws.policy.Policy |
getPolicyForEndPoint(QName epName)
Returns the Effective policy for an Endpoint. |
org.apache.ws.policy.Policy |
getPolicyForInputMessage(QName endPoint,
QName operation)
Returns the effective policy of an Input Message. |
org.apache.ws.policy.Policy |
getPolicyForOperation(QName endPoint,
QName operation)
Returns the Effective policy for an Operation. |
org.apache.ws.policy.Policy |
getPolicyForOutputMessage(QName endPoint,
QName operation)
Returns the effective policy of an Output Message. |
org.apache.ws.policy.Policy |
getPolicyForService(QName serviceName)
Retruns the Effective policy for a service. |
org.apache.ws.policy.util.PolicyRegistry |
getPolicyRegistry()
|
Element |
getSchemaElement(String uri)
|
org.apache.ws.policy.Policy |
getServicePolicy(QName qname)
|
String |
getTargetURI()
|
org.apache.wsdl.WSDLDescription |
getWSDLDescription()
|
boolean |
hasPolicies()
|
void |
setWSDLDescription(org.apache.wsdl.WSDLDescription wsdlDescription)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyAttachmentUtil()
public PolicyAttachmentUtil(org.apache.wsdl.WSDLDescription wsdlDescription)
public PolicyAttachmentUtil(InputStream wsdlInputStream)
Method Detail |
public void setWSDLDescription(org.apache.wsdl.WSDLDescription wsdlDescription)
public org.apache.wsdl.WSDLDescription getWSDLDescription()
public org.apache.ws.policy.Policy getPolicyForService(QName serviceName)
serviceName
-
public org.apache.ws.policy.Policy getPolicyForEndPoint(QName epName)
epName
-
public org.apache.ws.policy.Policy getPolicyForOperation(QName endPoint, QName operation)
endPoint
- operation
-
public org.apache.ws.policy.Policy getPolicyForInputMessage(QName endPoint, QName operation)
endPoint
- operation
-
public org.apache.ws.policy.Policy getPolicyForOutputMessage(QName endPoint, QName operation)
endPoint
- operation
-
public org.apache.ws.policy.Policy getServicePolicy(QName qname) throws IllegalArgumentException
qname
-
IllegalArgumentException
public org.apache.ws.policy.Policy getEndPointPolicy(QName qname)
public org.apache.ws.policy.Policy getOperationPolicy(QName eqame, QName oqname)
public org.apache.ws.policy.Policy getInputMeassagePolicy(QName eqname, QName oqname)
public org.apache.ws.policy.Policy getOutputMeassagePolicy(QName endPointName, QName opName)
public org.apache.ws.policy.Policy getFaultMeassagePolicy(QName endPointName, QName opName, QName fault)
public org.apache.ws.policy.util.PolicyRegistry getPolicyRegistry()
public Element getSchemaElement(String uri)
public String getTargetURI()
public boolean hasPolicies()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |