org.codehaus.xfire.service.binding
Class AbstractBindingProvider

java.lang.Object
  extended byorg.codehaus.xfire.service.binding.AbstractBindingProvider
All Implemented Interfaces:
BindingProvider
Direct Known Subclasses:
MessageBindingProvider

public abstract class AbstractBindingProvider
extends java.lang.Object
implements BindingProvider


Field Summary
protected static int FAULT_PARAM
           
protected static int IN_PARAM
           
protected static int OUT_PARAM
           
 
Constructor Summary
AbstractBindingProvider()
           
 
Method Summary
 void initialize(Service endpoint)
          Creates a type mapping for this class and registers it with the TypeMappingRegistry.
protected  void initializeMessage(Service service, MessagePartContainer container, int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.xfire.service.binding.BindingProvider
getSchemaType, getSuggestedName, readParameter, writeParameter
 

Field Detail

IN_PARAM

protected static final int IN_PARAM
See Also:
Constant Field Values

OUT_PARAM

protected static final int OUT_PARAM
See Also:
Constant Field Values

FAULT_PARAM

protected static final int FAULT_PARAM
See Also:
Constant Field Values
Constructor Detail

AbstractBindingProvider

public AbstractBindingProvider()
Method Detail

initialize

public void initialize(Service endpoint)
Creates a type mapping for this class and registers it with the TypeMappingRegistry. This needs to be called before initializeOperations().

Specified by:
initialize in interface BindingProvider

initializeMessage

protected void initializeMessage(Service service,
                                 MessagePartContainer container,
                                 int type)


Copyright © 2004-2006 null. All Rights Reserved.