Uses of Interface
org.codehaus.activesoap.handler.stax.ElementContent

Packages that use ElementContent
org.codehaus.activesoap.handler.stax Handler implementation and related classes for using pure StAX 
org.codehaus.activesoap.policy.addressing   
 

Uses of ElementContent in org.codehaus.activesoap.handler.stax
 

Subinterfaces of ElementContent in org.codehaus.activesoap.handler.stax
 interface AnyAttribute
          A simple polymorphic API to make it easy to marshal from StaX for any type which supports the extension via any attributes and can support an optional string value.
 interface AnyContent
          Represents a POJO which can be extended with any content using xsd:any.
 

Methods in org.codehaus.activesoap.handler.stax with parameters of type ElementContent
static void StaxHelper.writeElement(QName qname, ElementContent element, AnyElementMarshaler marshaler, XMLStreamWriter out)
          Writes the given element to the StAX stream if it is not null
static void StaxHelper.writeElement(QName qname, ElementContent element, AnyElementMarshaler marshaler, XMLStreamWriter out, boolean repairingMode)
           
static void StaxHelper.writeElementNoNamespace(QName qname, ElementContent element, AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 

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

Classes in org.codehaus.activesoap.policy.addressing that implement ElementContent
 class AddressingContext
          The current WS-Address context for the current invocation context.
 class AnyAttributeSupport
           
 class AttributedQName
           
 class AttributedURI
           
 class EndpointReferenceType
           
 class ReferencePropertiesType
           
 class Relationship
           
 class ServiceNameType
           
 



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