Uses of Class
org.codehaus.activesoap.policy.addressing.AttributedURI

Packages that use AttributedURI
org.codehaus.activesoap.policy.addressing   
org.codehaus.activesoap.policy.addressing.handler   
 

Uses of AttributedURI in org.codehaus.activesoap.policy.addressing
 

Subclasses of AttributedURI in org.codehaus.activesoap.policy.addressing
 class Relationship
           
 

Fields in org.codehaus.activesoap.policy.addressing declared as AttributedURI
protected  AttributedURI EndpointReferenceType.address
           
 

Methods in org.codehaus.activesoap.policy.addressing that return AttributedURI
 AttributedURI AddressingContext.getMessageID()
           
 AttributedURI AddressingContext.getTo()
           
 AttributedURI AddressingContext.getAction()
           
 AttributedURI EndpointReferenceType.getAddress()
          Gets the value of the address property.
 

Methods in org.codehaus.activesoap.policy.addressing with parameters of type AttributedURI
 void AddressingContext.setMessageID(AttributedURI messageID)
           
 void AddressingContext.setTo(AttributedURI to)
           
 void AddressingContext.setAction(AttributedURI action)
           
 void EndpointReferenceType.setAddress(AttributedURI value)
          Sets the value of the address property.
 

Uses of AttributedURI in org.codehaus.activesoap.policy.addressing.handler
 

Methods in org.codehaus.activesoap.policy.addressing.handler with parameters of type AttributedURI
protected abstract  void AttributedURIHandler.setValue(AddressingContext context, AttributedURI value)
           
 



Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.