org.systinet.wasp.policy
Class PolicyConstants

java.lang.Object
  extended byorg.systinet.wasp.policy.PolicyConstants

public class PolicyConstants
extends java.lang.Object

WS-Policy related constants.

Component:
Core

Field Summary
static java.lang.String NSPREFIX_POLICY
          WS-Policy namespace prefix
static java.lang.String NSPREFIX_UTILITY
          WS-Utility namespace prefix
static java.lang.String NSURI_POLICY
          WS-Policy namespace URI
static java.lang.String NSURI_UTILITY
          WS-Utility namespace URI
 
Constructor Summary
PolicyConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NSURI_POLICY

public static final java.lang.String NSURI_POLICY
WS-Policy namespace URI

See Also:
Constant Field Values

NSPREFIX_POLICY

public static final java.lang.String NSPREFIX_POLICY
WS-Policy namespace prefix

See Also:
Constant Field Values

NSURI_UTILITY

public static final java.lang.String NSURI_UTILITY
WS-Utility namespace URI

See Also:
Constant Field Values

NSPREFIX_UTILITY

public static final java.lang.String NSPREFIX_UTILITY
WS-Utility namespace prefix

See Also:
Constant Field Values
Constructor Detail

PolicyConstants

public PolicyConstants()