Uses of Class
org.globus.ws.policy.TextEncodingAssertion

Packages that use TextEncodingAssertion
org.globus.ws.policy   
 

Uses of TextEncodingAssertion in org.globus.ws.policy
 

Fields in org.globus.ws.policy declared as TextEncodingAssertion
private  TextEncodingAssertion PolicyAssertions.textEncoding
           
 

Methods in org.globus.ws.policy that return TextEncodingAssertion
 TextEncodingAssertion PolicyAssertions.getTextEncoding()
          Gets the textEncoding value for this PolicyAssertions.
 

Methods in org.globus.ws.policy with parameters of type TextEncodingAssertion
 void PolicyAssertions.setTextEncoding(TextEncodingAssertion textEncoding)
          Sets the textEncoding value for this PolicyAssertions.
 

Constructors in org.globus.ws.policy with parameters of type TextEncodingAssertion
PolicyAssertions(LanguageAssertion language, MessagePredicateAssertion messagePredicate, SpecVersionAssertion specVersion, TextEncodingAssertion textEncoding)