Uses of Interface
org.apache.wsif.format.WSIFFormatHandler

Packages that use WSIFFormatHandler
org.apache.wsif.format   
org.apache.wsif.format.jms   
org.apache.wsif.providers.jca   
org.apache.wsif.providers.jms   
org.apache.wsif.util   
 

Uses of WSIFFormatHandler in org.apache.wsif.format
 

Methods in org.apache.wsif.format that return WSIFFormatHandler
 WSIFFormatHandler WSIFFormatPart._getFormatHandler()
           
 

Methods in org.apache.wsif.format with parameters of type WSIFFormatHandler
 void WSIFFormatPart._setFormatHandler(WSIFFormatHandler handler)
           
 

Uses of WSIFFormatHandler in org.apache.wsif.format.jms
 

Subinterfaces of WSIFFormatHandler in org.apache.wsif.format.jms
 interface JMSFormatHandler
           
 

Uses of WSIFFormatHandler in org.apache.wsif.providers.jca
 

Subinterfaces of WSIFFormatHandler in org.apache.wsif.providers.jca
 interface WSIFFormatHandler_JCA
          An interface extending WSIF Format Handler with the Connector Architecture's specific methods from the Streamable interface and a setter for the InteractionSpec field which can be used by a resource adapter, when it is required, to support unmarshalling.
 

Uses of WSIFFormatHandler in org.apache.wsif.providers.jms
 

Classes in org.apache.wsif.providers.jms that implement WSIFFormatHandler
 class PrimitiveTypeFormatHandler
           
 

Uses of WSIFFormatHandler in org.apache.wsif.util
 

Methods in org.apache.wsif.util that return WSIFFormatHandler
static WSIFFormatHandler WSIFUtils.getFormatHandler(javax.wsdl.Part part, javax.wsdl.Definition definition, javax.wsdl.Binding binding)
           
 



Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.