org.apache.tuscany.sca.policy
Interface Policy

All Known Subinterfaces:
TransactionPolicy
All Known Implementing Classes:
AuthorizationPolicy, Axis2ConfigParamPolicy, Axis2HeaderPolicy, Axis2TokenAuthenticationPolicy, BasicAuthenticationPolicy, JaasAuthenticationPolicy, JDKLoggingPolicy, JMSHeaderPolicy, JMSTokenAuthenticationPolicy, SecurityIdentityPolicy, TransactionPolicyImpl

public interface Policy

Interface that will abstract various types of policy specifications and attachments for example WS-Policy


Method Summary
 javax.xml.namespace.QName getSchemaName()
           
 boolean isUnresolved()
           
 void setUnresolved(boolean unresolved)
           
 

Method Detail

getSchemaName

javax.xml.namespace.QName getSchemaName()

setUnresolved

void setUnresolved(boolean unresolved)

isUnresolved

boolean isUnresolved()