|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com.ibm.ws.sibx.smobo.util.ServiceMessageObjectAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
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 |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
protected static ServiceMessageObjectPackage modelPackage
protected ServiceMessageObjectSwitch modelSwitch
createXXX
methods.
Constructor Detail |
public ServiceMessageObjectAdapterFactory()
Method Detail |
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
target
- the object to adapt.
target
.public org.eclipse.emf.common.notify.Adapter createContextTypeAdapter()
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.
ContextType
public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
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.
DocumentRoot
public org.eclipse.emf.common.notify.Adapter createFailInfoTypeAdapter()
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.
FailInfoType
public org.eclipse.emf.common.notify.Adapter createHeadersTypeAdapter()
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.
HeadersType
public org.eclipse.emf.common.notify.Adapter createInvocationPathTypeAdapter()
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.
InvocationPathType
public org.eclipse.emf.common.notify.Adapter createJMSHeaderTypeAdapter()
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.
JMSHeaderType
public org.eclipse.emf.common.notify.Adapter createPrimitiveTypeAdapter()
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.
PrimitiveType
public org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
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.
PropertyType
public org.eclipse.emf.common.notify.Adapter createServiceMessageObjectAdapter()
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.
ServiceMessageObject
public org.eclipse.emf.common.notify.Adapter createSMOHeaderTypeAdapter()
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.
SMOHeaderType
public org.eclipse.emf.common.notify.Adapter createSOAPFaultInfoTypeAdapter()
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.
SOAPFaultInfoType
public org.eclipse.emf.common.notify.Adapter createSOAPHeaderTypeAdapter()
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.
SOAPHeaderType
public org.eclipse.emf.common.notify.Adapter createVersionTypeAdapter()
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.
VersionType
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |