|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Factory for the model. It provides a create method for each non-abstract class of the model.
ServiceMessageObjectPackage
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
static ServiceMessageObjectFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
ContextType |
createContextType()
Returns a new object of class 'Context Type'. |
DocumentRoot |
createDocumentRoot()
Returns a new object of class 'Document Root'. |
EndpointLookupContextType |
createEndpointLookupContextType()
Returns a new object of class 'Endpoint Lookup Context Type'. |
FailInfoType |
createFailInfoType()
Returns a new object of class 'Fail Info Type'. |
ServiceMessageObject |
createFaultServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage,
commonj.sdo.DataObject transientContext,
commonj.sdo.DataObject correlation,
ServiceMessageObject requestSMO)
Returns a new fault object of class 'ServiceMessageObject'. |
HeadersType |
createHeadersType()
Returns a new object of class 'Headers Type'. |
InvocationPathType |
createInvocationPathType()
Returns a new object of class 'Invocation Path Type'. |
JMSHeaderType |
createJMSHeaderType()
Returns a new object of class 'JMS Header Type'. |
MQChainedHeaderType |
createMQChainedHeaderType()
Returns a new object of class 'MQ Chained Header Type'. |
MQHeaderType |
createMQHeaderType()
Returns a new object of class 'MQ Header Type'. |
PrimitiveContextType |
createPrimitiveContextType()
Returns a new object of class 'Primitive Context Type'. |
PrimitiveType |
createPrimitiveType()
Returns a new object of class 'Primitive Type'. |
PropertyType |
createPropertyType()
Returns a new object of class 'Property Type'. |
RegistryAnnotationsType |
createRegistryAnnotationsType()
Returns a new object of class 'Registry Annotations Type'. |
RegistryPropertyType |
createRegistryPropertyType()
Returns a new object of class 'Registry Property Type'. |
RegistryRelationshipType |
createRegistryRelationshipType()
Returns a new object of class 'Registry Relationship Type'. |
ServiceMessageObject |
createRequestServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage)
Returns a new request object of class 'ServiceMessageObject'. |
ServiceMessageObject |
createResponseServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage,
commonj.sdo.DataObject transientContext,
commonj.sdo.DataObject correlation)
Returns a new response object of class 'ServiceMessageObject'. |
ServiceMessageObject |
createServiceMessageObject()
Returns a new object of class 'Service Message Object'. |
ServiceMessageObject |
createServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage,
commonj.sdo.DataObject transientContext,
commonj.sdo.DataObject correlation)
Returns a new object of class 'ServiceMessageObject'. |
ServiceMessageObject |
createServiceMessageObject(javax.xml.namespace.QName bodyType)
Returns a new object of class 'ServiceMessageObject'. |
SMOHeaderType |
createSMOHeaderType()
Returns a new object of class 'SMO Header Type'. |
SOAPFaultInfoType |
createSOAPFaultInfoType()
Returns a new object of class 'SOAP Fault Info Type'. |
SOAPHeaderType |
createSOAPHeaderType()
Returns a new object of class 'SOAP Header Type'. |
TargetAddressType |
createTargetAddressType()
Returns a new object of class 'Target Address Type'. |
VersionType |
createVersionType()
Returns a new object of class 'Version Type'. |
ServiceMessageObjectPackage |
getServiceMessageObjectPackage()
Returns the package supported by this factory. |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public static final ServiceMessageObjectFactory eINSTANCE
Method Detail |
public ContextType createContextType()
public DocumentRoot createDocumentRoot()
public EndpointLookupContextType createEndpointLookupContextType()
public FailInfoType createFailInfoType()
public HeadersType createHeadersType()
public InvocationPathType createInvocationPathType()
public JMSHeaderType createJMSHeaderType()
public MQChainedHeaderType createMQChainedHeaderType()
public MQHeaderType createMQHeaderType()
public PrimitiveContextType createPrimitiveContextType()
public PrimitiveType createPrimitiveType()
public PropertyType createPropertyType()
public RegistryAnnotationsType createRegistryAnnotationsType()
public RegistryPropertyType createRegistryPropertyType()
public RegistryRelationshipType createRegistryRelationshipType()
public ServiceMessageObject createServiceMessageObject()
public ServiceMessageObject createServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage, commonj.sdo.DataObject transientContext, commonj.sdo.DataObject correlation)
public ServiceMessageObject createServiceMessageObject(javax.xml.namespace.QName bodyType)
public ServiceMessageObject createRequestServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage)
public ServiceMessageObject createResponseServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage, commonj.sdo.DataObject transientContext, commonj.sdo.DataObject correlation)
public ServiceMessageObject createFaultServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage, commonj.sdo.DataObject transientContext, commonj.sdo.DataObject correlation, ServiceMessageObject requestSMO)
public SMOHeaderType createSMOHeaderType()
public SOAPFaultInfoType createSOAPFaultInfoType()
public SOAPHeaderType createSOAPHeaderType()
public TargetAddressType createTargetAddressType()
public VersionType createVersionType()
public ServiceMessageObjectPackage getServiceMessageObjectPackage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |