IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface ServiceMessageObjectFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface ServiceMessageObjectFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
static ServiceMessageObjectFactory eINSTANCE
           
static ServiceMessageObjectFactory INSTANCE
          The singleton instance of the factory
 
Method Summary
 AttachmentType createAttachmentType()
          Returns a new object of class 'Attachment Type'
 ComplexPropertyType createComplexPropertyType()
          Returns a new object of class 'Complex Property Type'
 ContextType createContextType()
          Returns a new object of class 'Context Type'
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 DynamicPropertyContextType createDynamicPropertyContextType()
          Returns a new object of class 'Dynamic Property Context Type'
 DynamicPropertySetType createDynamicPropertySetType()
          Returns a new object of class 'Dynamic Property Set Type'
 EISHeaderType createEISHeaderType()
          Returns a new object of class 'EIS Header Type'
 EndpointLookupContextType createEndpointLookupContextType()
          Returns a new object of class 'Endpoint Lookup Context Type'
 FailInfoType createFailInfoType()
          Returns a new object of class 'Fail Info Type'
 FanOutContextType createFanOutContextType()
          Returns a new object of class 'Fan Out Context 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'.
 FaultType createFaultType()
          Returns a new object of class 'Fault Type'
 HeadersType createHeadersType()
          Returns a new object of class 'Headers Type'
 HTTPHeaderType createHTTPHeaderType()
          Returns a new object of class 'HTTP Header Type'
 InvocationPathType createInvocationPathType()
          Returns a new object of class 'Invocation Path Type'
 JMSHeaderType createJMSHeaderType()
          Returns a new object of class 'JMS Header Type'
 commonj.sdo.DataObject createMessageElement(javax.xml.namespace.QName elementType)
          Creates a new 'DataObject' corresponding to the XML Schema global element definition specified by the bodyType argument.
 commonj.sdo.DataObject createMessageElement(java.lang.String namespace, java.lang.String elementType)
          Creates a new 'DataObject' corresponding to the XML Schema global element definition specified by the namespace and bodyType arguments.
 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' with its body element populated with an instance of the body wrapper type corresponding to the WSDL message specified by the bodyType argument.
 ServiceMessageObject createServiceMessageObject(java.lang.String namespace, java.lang.String bodyType)
          Returns a new object of class 'ServiceMessageObject' with its body element populated with an instance of the body wrapper type corresponding to the WSDL message specified by the namespace and bodyType arguments.
 commonj.sdo.DataObject createServiceMessageObjectBody(javax.xml.namespace.QName bodyType)
          Creates a new 'DataObject' corresponding to the WSDL message specified by the bodyType argument.
 commonj.sdo.DataObject createServiceMessageObjectBody(java.lang.String namespace, java.lang.String bodyType)
          Creates a new 'DataObject' corresponding to the WSDL message specified by the namespace and bodyType arguments.
 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'
 UserContextType createUserContextType()
          Returns a new object of class 'User Context Type'
 VersionType createVersionType()
          Returns a new object of class 'Version Type'
 WSAHeaderType createWSAHeaderType()
          Returns a new object of class 'WSA Header Type'
 WTXContextType createWTXContextType()
          Returns a new object of class 'WTX Context Type'
 WTXMapInstanceType createWTXMapInstanceType()
          Returns a new object of class 'WTX Map Instance Type'
 com.ibm.websphere.sibx.smobo.ServiceMessageObjectPackage getServiceMessageObjectPackage()
           
 
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

COPYRIGHT

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

$sccsid

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

INSTANCE

static final ServiceMessageObjectFactory INSTANCE
The singleton instance of the factory.


eINSTANCE

static final ServiceMessageObjectFactory eINSTANCE
Method Detail

createAttachmentType

AttachmentType createAttachmentType()
Returns a new object of class 'Attachment Type'.

Returns:
a new object of class 'Attachment Type'.

createComplexPropertyType

ComplexPropertyType createComplexPropertyType()
Returns a new object of class 'Complex Property Type'.

Returns:
a new object of class 'Complex Property Type'.

createContextType

ContextType createContextType()
Returns a new object of class 'Context Type'.

Returns:
a new object of class 'Context Type'.

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

createDynamicPropertyContextType

DynamicPropertyContextType createDynamicPropertyContextType()
Returns a new object of class 'Dynamic Property Context Type'.

Returns:
a new object of class 'Dynamic Property Context Type'.

createDynamicPropertySetType

DynamicPropertySetType createDynamicPropertySetType()
Returns a new object of class 'Dynamic Property Set Type'.

Returns:
a new object of class 'Dynamic Property Set Type'.

createEISHeaderType

EISHeaderType createEISHeaderType()
Returns a new object of class 'EIS Header Type'.

Returns:
a new object of class 'EIS Header Type'.

createEndpointLookupContextType

EndpointLookupContextType createEndpointLookupContextType()
Returns a new object of class 'Endpoint Lookup Context Type'.

Returns:
a new object of class 'Endpoint Lookup Context Type'.

createFailInfoType

FailInfoType createFailInfoType()
Returns a new object of class 'Fail Info Type'.

Returns:
a new object of class 'Fail Info Type'.

createFanOutContextType

FanOutContextType createFanOutContextType()
Returns a new object of class 'Fan Out Context Type'.

Returns:
a new object of class 'Fan Out Context Type'.

createFaultType

FaultType createFaultType()
Returns a new object of class 'Fault Type'.

Returns:
a new object of class 'Fault Type'.

createHeadersType

HeadersType createHeadersType()
Returns a new object of class 'Headers Type'.

Returns:
a new object of class 'Headers Type'.

createHTTPHeaderType

HTTPHeaderType createHTTPHeaderType()
Returns a new object of class 'HTTP Header Type'.

Returns:
a new object of class 'HTTP Header Type'.

createInvocationPathType

InvocationPathType createInvocationPathType()
Returns a new object of class 'Invocation Path Type'.

Returns:
a new object of class 'Invocation Path Type'.

createJMSHeaderType

JMSHeaderType createJMSHeaderType()
Returns a new object of class 'JMS Header Type'.

Returns:
a new object of class 'JMS Header Type'.

createMQChainedHeaderType

MQChainedHeaderType createMQChainedHeaderType()
Returns a new object of class 'MQ Chained Header Type'.

Returns:
a new object of class 'MQ Chained Header Type'.

createMQHeaderType

MQHeaderType createMQHeaderType()
Returns a new object of class 'MQ Header Type'.

Returns:
a new object of class 'MQ Header Type'.

createPrimitiveContextType

PrimitiveContextType createPrimitiveContextType()
Returns a new object of class 'Primitive Context Type'.

Returns:
a new object of class 'Primitive Context Type'.

createPrimitiveType

PrimitiveType createPrimitiveType()
Returns a new object of class 'Primitive Type'.

Returns:
a new object of class 'Primitive Type'.

createPropertyType

PropertyType createPropertyType()
Returns a new object of class 'Property Type'.

Returns:
a new object of class 'Property Type'.

createRegistryAnnotationsType

RegistryAnnotationsType createRegistryAnnotationsType()
Returns a new object of class 'Registry Annotations Type'.

Returns:
a new object of class 'Registry Annotations Type'.

createRegistryPropertyType

RegistryPropertyType createRegistryPropertyType()
Returns a new object of class 'Registry Property Type'.

Returns:
a new object of class 'Registry Property Type'.

createRegistryRelationshipType

RegistryRelationshipType createRegistryRelationshipType()
Returns a new object of class 'Registry Relationship Type'.

Returns:
a new object of class 'Registry Relationship Type'.

createServiceMessageObject

ServiceMessageObject createServiceMessageObject()
Returns a new object of class 'Service Message Object'.

Returns:
a new object of class 'Service Message Object'.

createServiceMessageObject

ServiceMessageObject createServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage,
                                                commonj.sdo.DataObject transientContext,
                                                commonj.sdo.DataObject correlation)
Returns a new object of class 'ServiceMessageObject'.

Returns:
a new object of class 'ServiceMessageObject'.

createServiceMessageObject

ServiceMessageObject createServiceMessageObject(javax.xml.namespace.QName bodyType)
Returns a new object of class 'ServiceMessageObject' with its body element populated with an instance of the body wrapper type corresponding to the WSDL message specified by the bodyType argument.

Returns:
a new object of class 'ServiceMessageObject'.

createServiceMessageObject

ServiceMessageObject createServiceMessageObject(java.lang.String namespace,
                                                java.lang.String bodyType)
Returns a new object of class 'ServiceMessageObject' with its body element populated with an instance of the body wrapper type corresponding to the WSDL message specified by the namespace and bodyType arguments.

Returns:
a new object of class 'ServiceMessageObject'.

createRequestServiceMessageObject

ServiceMessageObject createRequestServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage)
Returns a new request object of class 'ServiceMessageObject'.

Returns:
a new request object of class 'ServiceMessageObject'.

createResponseServiceMessageObject

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'.

Returns:
a new response object of class 'ServiceMessageObject'.

createFaultServiceMessageObject

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'.

Returns:
a new fault object of class 'ServiceMessageObject'.

createServiceMessageObjectBody

commonj.sdo.DataObject createServiceMessageObjectBody(javax.xml.namespace.QName bodyType)
Creates a new 'DataObject' corresponding to the WSDL message specified by the bodyType argument. The DataObject can be used as a body wrapper for a ServiceMessageObject.

Returns:
a new object of class 'DataObject'.

createServiceMessageObjectBody

commonj.sdo.DataObject createServiceMessageObjectBody(java.lang.String namespace,
                                                      java.lang.String bodyType)
Creates a new 'DataObject' corresponding to the WSDL message specified by the namespace and bodyType arguments. The DataObject can be used as a body wrapper for a ServiceMessageObject.

Returns:
a new object of class 'DataObject'.

createMessageElement

commonj.sdo.DataObject createMessageElement(javax.xml.namespace.QName elementType)
Creates a new 'DataObject' corresponding to the XML Schema global element definition specified by the bodyType argument.

Returns:
a new object of class 'DataObject'.

createMessageElement

commonj.sdo.DataObject createMessageElement(java.lang.String namespace,
                                            java.lang.String elementType)
Creates a new 'DataObject' corresponding to the XML Schema global element definition specified by the namespace and bodyType arguments.

Returns:
a new object of class 'DataObject'.

createSMOHeaderType

SMOHeaderType createSMOHeaderType()
Returns a new object of class 'SMO Header Type'.

Returns:
a new object of class 'SMO Header Type'.

createSOAPFaultInfoType

SOAPFaultInfoType createSOAPFaultInfoType()
Returns a new object of class 'SOAP Fault Info Type'.

Returns:
a new object of class 'SOAP Fault Info Type'.

createSOAPHeaderType

SOAPHeaderType createSOAPHeaderType()
Returns a new object of class 'SOAP Header Type'.

Returns:
a new object of class 'SOAP Header Type'.

createTargetAddressType

TargetAddressType createTargetAddressType()
Returns a new object of class 'Target Address Type'.

Returns:
a new object of class 'Target Address Type'.

createUserContextType

UserContextType createUserContextType()
Returns a new object of class 'User Context Type'.

Returns:
a new object of class 'User Context Type'.

createVersionType

VersionType createVersionType()
Returns a new object of class 'Version Type'.

Returns:
a new object of class 'Version Type'.

createWSAHeaderType

WSAHeaderType createWSAHeaderType()
Returns a new object of class 'WSA Header Type'.

Returns:
a new object of class 'WSA Header Type'.

createWTXContextType

WTXContextType createWTXContextType()
Returns a new object of class 'WTX Context Type'.

Returns:
a new object of class 'WTX Context Type'.

createWTXMapInstanceType

WTXMapInstanceType createWTXMapInstanceType()
Returns a new object of class 'WTX Map Instance Type'.

Returns:
a new object of class 'WTX Map Instance Type'.

getServiceMessageObjectPackage

com.ibm.websphere.sibx.smobo.ServiceMessageObjectPackage getServiceMessageObjectPackage()

IBM WebSphere Application ServerTM
Release 7