com.ibm.ws.sibx.smobo.util
Class ServiceMessageObjectAdapterFactory

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended bycom.ibm.ws.sibx.smobo.util.ServiceMessageObjectAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class ServiceMessageObjectAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
ServiceMessageObjectPackage

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
protected static ServiceMessageObjectPackage modelPackage
          The cached model package.
protected  ServiceMessageObjectSwitch modelSwitch
          The switch the delegates to the createXXX methods.
 
Constructor Summary
ServiceMessageObjectAdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
          Creates an adapter for the target.
 org.eclipse.emf.common.notify.Adapter createContextTypeAdapter()
          Creates a new adapter for an object of class 'Context Type'.
 org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
          Creates a new adapter for an object of class 'Document Root'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createFailInfoTypeAdapter()
          Creates a new adapter for an object of class 'Fail Info Type'.
 org.eclipse.emf.common.notify.Adapter createHeadersTypeAdapter()
          Creates a new adapter for an object of class 'Headers Type'.
 org.eclipse.emf.common.notify.Adapter createInvocationPathTypeAdapter()
          Creates a new adapter for an object of class 'Invocation Path Type'.
 org.eclipse.emf.common.notify.Adapter createJMSHeaderTypeAdapter()
          Creates a new adapter for an object of class 'JMS Header Type'.
 org.eclipse.emf.common.notify.Adapter createPrimitiveTypeAdapter()
          Creates a new adapter for an object of class 'Primitive Type'.
 org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
          Creates a new adapter for an object of class 'Property Type'.
 org.eclipse.emf.common.notify.Adapter createServiceMessageObjectAdapter()
          Creates a new adapter for an object of class 'Service Message Object'.
 org.eclipse.emf.common.notify.Adapter createSMOHeaderTypeAdapter()
          Creates a new adapter for an object of class 'SMO Header Type'.
 org.eclipse.emf.common.notify.Adapter createSOAPFaultInfoTypeAdapter()
          Creates a new adapter for an object of class 'SOAP Fault Info Type'.
 org.eclipse.emf.common.notify.Adapter createSOAPHeaderTypeAdapter()
          Creates a new adapter for an object of class 'SOAP Header Type'.
 org.eclipse.emf.common.notify.Adapter createVersionTypeAdapter()
          Creates a new adapter for an object of class 'Version Type'.
 boolean isFactoryForType(java.lang.Object object)
          Returns whether this factory is applicable for the type of the object.
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values

modelPackage

protected static ServiceMessageObjectPackage modelPackage
The cached model package.


modelSwitch

protected ServiceMessageObjectSwitch modelSwitch
The switch the delegates to the createXXX methods.

Constructor Detail

ServiceMessageObjectAdapterFactory

public ServiceMessageObjectAdapterFactory()
Creates an instance of the adapter factory.

Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Returns:
whether this factory is applicable for the type of the object.

createAdapter

public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target.

Parameters:
target - the object to adapt.
Returns:
the adapter for the target.

createContextTypeAdapter

public org.eclipse.emf.common.notify.Adapter createContextTypeAdapter()
Creates a new adapter for an object of class 'Context Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ContextType

createDocumentRootAdapter

public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Creates a new adapter for an object of class 'Document Root'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DocumentRoot

createFailInfoTypeAdapter

public org.eclipse.emf.common.notify.Adapter createFailInfoTypeAdapter()
Creates a new adapter for an object of class 'Fail Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
FailInfoType

createHeadersTypeAdapter

public org.eclipse.emf.common.notify.Adapter createHeadersTypeAdapter()
Creates a new adapter for an object of class 'Headers Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
HeadersType

createInvocationPathTypeAdapter

public org.eclipse.emf.common.notify.Adapter createInvocationPathTypeAdapter()
Creates a new adapter for an object of class 'Invocation Path Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
InvocationPathType

createJMSHeaderTypeAdapter

public org.eclipse.emf.common.notify.Adapter createJMSHeaderTypeAdapter()
Creates a new adapter for an object of class 'JMS Header Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
JMSHeaderType

createPrimitiveTypeAdapter

public org.eclipse.emf.common.notify.Adapter createPrimitiveTypeAdapter()
Creates a new adapter for an object of class 'Primitive Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
PrimitiveType

createPropertyTypeAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
Creates a new adapter for an object of class 'Property Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
PropertyType

createServiceMessageObjectAdapter

public org.eclipse.emf.common.notify.Adapter createServiceMessageObjectAdapter()
Creates a new adapter for an object of class 'Service Message Object'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ServiceMessageObject

createSMOHeaderTypeAdapter

public org.eclipse.emf.common.notify.Adapter createSMOHeaderTypeAdapter()
Creates a new adapter for an object of class 'SMO Header Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SMOHeaderType

createSOAPFaultInfoTypeAdapter

public org.eclipse.emf.common.notify.Adapter createSOAPFaultInfoTypeAdapter()
Creates a new adapter for an object of class 'SOAP Fault Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SOAPFaultInfoType

createSOAPHeaderTypeAdapter

public org.eclipse.emf.common.notify.Adapter createSOAPHeaderTypeAdapter()
Creates a new adapter for an object of class 'SOAP Header Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SOAPHeaderType

createVersionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createVersionTypeAdapter()
Creates a new adapter for an object of class 'Version Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
VersionType

createEObjectAdapter

public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.