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

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

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

Methods in org.codehaus.activesoap.policy.addressing that return AddressingContext
static AddressingContext AddressingContext.getContext()
          Returns the current WS-Addressing context of the current thread.
static AddressingContext AddressingContext.getContext(MessageExchange exchange)
          Returns the current WS-Addressing context of this message exchange, lazily creating one if none is created yet
 

Methods in org.codehaus.activesoap.policy.addressing with parameters of type AddressingContext
static void AddressingContext.setContext(MessageExchange exchange, AddressingContext context)
           
 

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

Methods in org.codehaus.activesoap.policy.addressing.handler with parameters of type AddressingContext
protected abstract  void EndpointReferenceTypeHandler.setValue(AddressingContext context, EndpointReferenceType value)
           
protected abstract  void ServiceNameTypeHandler.setValue(AddressingContext context, ServiceNameType value)
           
protected abstract  void RelationshipHandler.setValue(AddressingContext context, Relationship value)
           
protected abstract  void AttributedURIHandler.setValue(AddressingContext context, AttributedURI value)
           
protected abstract  void AttributedQNameHandler.setValue(AddressingContext context, AttributedQName value)
           
 



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