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

Packages that use AnyElementMarshaler
org.codehaus.activesoap.handler.stax Handler implementation and related classes for using pure StAX 
org.codehaus.activesoap.handler.xmlbeans Handler implementation and related classes for processing REST and web services using XMLBeans 
org.codehaus.activesoap.handler.xstream Handler implementation and related classes for processing REST and web services using XStream 
org.codehaus.activesoap.policy.addressing   
org.codehaus.activesoap.policy.addressing.handler   
org.codehaus.activesoap.wsif A WSIF provider for ActiveSOAP 
 

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

Methods in org.codehaus.activesoap.handler.stax with parameters of type AnyElementMarshaler
 void ElementContent.writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
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)
           
static void StaxHelper.writeElementNoNamespace(QName qname, Object object, AnyElementMarshaler marshaler, XMLStreamWriter out)
           
static void StaxHelper.writeElement(QName qname, Object object, AnyElementMarshaler marshaler, XMLStreamWriter out)
           
static void StaxHelper.writeElement(QName qname, Object object, AnyElementMarshaler marshaler, XMLStreamWriter out, boolean repairingMode)
           
static void StaxHelper.writeAnyContent(List list, AnyElementMarshaler marshaller, XMLStreamWriter out)
          Writes the list of any objects to the stream.
protected  void StaxHandler.populateAnyContent(MessageExchange exchange, AnyElementMarshaler anyElementMarshaler, AnyContent property)
           
 

Constructors in org.codehaus.activesoap.handler.stax with parameters of type AnyElementMarshaler
StaxOutputHandler(AnyElementMarshaler marshaler, Object object)
           
StaxClientHandler(AnyElementMarshaler marshaler)
           
 

Uses of AnyElementMarshaler in org.codehaus.activesoap.handler.xmlbeans
 

Classes in org.codehaus.activesoap.handler.xmlbeans that implement AnyElementMarshaler
 class XMLBeansAnyElementMarshaler
          Parses any XML element using XMLBeans
 

Methods in org.codehaus.activesoap.handler.xmlbeans that return AnyElementMarshaler
protected  AnyElementMarshaler XMLBeansWSIFProvider.createMarshaler(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap)
           
 

Uses of AnyElementMarshaler in org.codehaus.activesoap.handler.xstream
 

Classes in org.codehaus.activesoap.handler.xstream that implement AnyElementMarshaler
 class XStreamAnyElementMarshaler
           
 

Methods in org.codehaus.activesoap.handler.xstream that return AnyElementMarshaler
protected  AnyElementMarshaler XStreamWSIFProvider.createMarshaler(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap)
           
 

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

Methods in org.codehaus.activesoap.policy.addressing with parameters of type AnyElementMarshaler
 void AddressingContext.writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 void ReferencePropertiesType.writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 void AttributedURI.writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 void EndpointReferenceType.writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 void AttributedQName.writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 

Constructors in org.codehaus.activesoap.policy.addressing with parameters of type AnyElementMarshaler
AddressingPolicy(AnyElementMarshaler anyContentMarshaler)
           
 

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

Constructors in org.codehaus.activesoap.policy.addressing.handler with parameters of type AnyElementMarshaler
EndpointReferenceTypeHandler(AnyElementMarshaler anyElementMarshaler)
           
AddressingClientHandler(AnyElementMarshaler marshaler)
           
 

Uses of AnyElementMarshaler in org.codehaus.activesoap.wsif
 

Methods in org.codehaus.activesoap.wsif that return AnyElementMarshaler
protected abstract  AnyElementMarshaler ASProviderSupport.createMarshaler(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap)
           
 AnyElementMarshaler ASPort.getMarshaler()
           
 

Constructors in org.codehaus.activesoap.wsif with parameters of type AnyElementMarshaler
WSIFHandler(org.apache.wsif.WSIFMessage message, AnyElementMarshaler marshaler)
           
ASPort(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap, RestClient client, AnyElementMarshaler marshaler)
           
ASOperation(org.apache.wsif.WSIFPort port, javax.wsdl.Operation operation, RestClient client, AnyElementMarshaler marshaler)
           
 



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