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

  1. public interface ServiceMessageObjectFactory
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. ServiceMessageObjectFactory
eINSTANCE
  1. static
  2. ServiceMessageObjectFactory
INSTANCE
The singleton instance of the factory

Method Summary

Modifier and Type Method and Description
  1. AttachmentType
createAttachmentType()
Returns a new object of class 'Attachment Type'
  1. ComplexPropertyType
createComplexPropertyType()
Returns a new object of class 'Complex Property Type'
  1. ContextType
createContextType()
Returns a new object of class 'Context Type'
  1. DocumentRoot
createDocumentRoot()
Returns a new object of class 'Document Root'
  1. DynamicPropertyContextType
createDynamicPropertyContextType()
Returns a new object of class 'Dynamic Property Context Type'
  1. DynamicPropertySetType
createDynamicPropertySetType()
Returns a new object of class 'Dynamic Property Set Type'
  1. EISHeaderType
createEISHeaderType()
Returns a new object of class 'EIS Header Type'
  1. EndpointLookupContextType
createEndpointLookupContextType()
Returns a new object of class 'Endpoint Lookup Context Type'
  1. FailInfoType
createFailInfoType()
Returns a new object of class 'Fail Info Type'
  1. FanOutContextType
createFanOutContextType()
Returns a new object of class 'Fan Out Context Type'
  1. 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'.
  1. FaultType
createFaultType()
Returns a new object of class 'Fault Type'
  1. HeadersType
createHeadersType()
Returns a new object of class 'Headers Type'
  1. HTTPHeaderType
createHTTPHeaderType()
Returns a new object of class 'HTTP Header Type'
  1. InvocationPathType
createInvocationPathType()
Returns a new object of class 'Invocation Path Type'
  1. JMSHeaderType
createJMSHeaderType()
Returns a new object of class 'JMS Header Type'
  1. 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.
  1. 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.
  1. MQChainedHeaderType
createMQChainedHeaderType()
Returns a new object of class 'MQ Chained Header Type'
  1. MQHeaderType
createMQHeaderType()
Returns a new object of class 'MQ Header Type'
  1. PrimitiveContextType
createPrimitiveContextType()
Returns a new object of class 'Primitive Context Type'
  1. PrimitiveType
createPrimitiveType()
Returns a new object of class 'Primitive Type'
  1. PropertyType
createPropertyType()
Returns a new object of class 'Property Type'
  1. RegistryAnnotationsType
createRegistryAnnotationsType()
Returns a new object of class 'Registry Annotations Type'
  1. RegistryPropertyType
createRegistryPropertyType()
Returns a new object of class 'Registry Property Type'
  1. RegistryRelationshipType
createRegistryRelationshipType()
Returns a new object of class 'Registry Relationship Type'
  1. ServiceMessageObject
createRequestServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage)
Returns a new request object of class 'ServiceMessageObject'.
  1. 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'.
  1. ServiceMessageObject
createServiceMessageObject()
Returns a new object of class 'Service Message Object'
  1. ServiceMessageObject
createServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage,commonj.sdo.DataObject transientContext,commonj.sdo.DataObject correlation)
Returns a new object of class 'ServiceMessageObject'.
  1. 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.
  1. 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.
  1. commonj.sdo.DataObject
createServiceMessageObjectBody(javax.xml.namespace.QName bodyType)
Creates a new 'DataObject' corresponding to the WSDL message specified by the bodyType argument.
  1. 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.
  1. SMOHeaderType
createSMOHeaderType()
Returns a new object of class 'SMO Header Type'
  1. SOAPFaultInfoType
createSOAPFaultInfoType()
Returns a new object of class 'SOAP Fault Info Type'
  1. SOAPHeaderType
createSOAPHeaderType()
Returns a new object of class 'SOAP Header Type'
  1. TargetAddressType
createTargetAddressType()
Returns a new object of class 'Target Address Type'
  1. UserContextType
createUserContextType()
Returns a new object of class 'User Context Type'
  1. VersionType
createVersionType()
Returns a new object of class 'Version Type'
  1. WSAHeaderType
createWSAHeaderType()
Returns a new object of class 'WSA Header Type'
  1. WTXContextType
createWTXContextType()
Returns a new object of class 'WTX Context Type'
  1. WTXMapInstanceType
createWTXMapInstanceType()
Returns a new object of class 'WTX Map Instance Type'
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

INSTANCE

  1. static final ServiceMessageObjectFactory INSTANCE
The singleton instance of the factory.

eINSTANCE

  1. static final ServiceMessageObjectFactory eINSTANCE

Method Detail

createAttachmentType

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

createComplexPropertyType

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

createContextType

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

createDocumentRoot

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

createDynamicPropertyContextType

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

createDynamicPropertySetType

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

createEISHeaderType

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

createEndpointLookupContextType

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

createFailInfoType

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

createFanOutContextType

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

createFaultType

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

createHeadersType

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

createHTTPHeaderType

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

createInvocationPathType

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

createJMSHeaderType

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

createMQChainedHeaderType

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

createMQHeaderType

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

createPrimitiveContextType

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

createPrimitiveType

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

createPropertyType

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

createRegistryAnnotationsType

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

createRegistryPropertyType

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

createRegistryRelationshipType

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

createServiceMessageObject

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

createServiceMessageObject

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

createServiceMessageObject

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

  1. ServiceMessageObject createServiceMessageObject( java.lang.String namespace,
  2. 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

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

  1. ServiceMessageObject createResponseServiceMessageObject( com.ibm.wsspi.sca.message.Message scaMessage,
  2. commonj.sdo.DataObject transientContext,
  3. commonj.sdo.DataObject correlation)
Returns a new response object of class 'ServiceMessageObject'.
Returns:
a new response object of class 'ServiceMessageObject'.

createFaultServiceMessageObject

  1. ServiceMessageObject createFaultServiceMessageObject( com.ibm.wsspi.sca.message.Message scaMessage,
  2. commonj.sdo.DataObject transientContext,
  3. commonj.sdo.DataObject correlation,
  4. ServiceMessageObject requestSMO)
Returns a new fault object of class 'ServiceMessageObject'.
Returns:
a new fault object of class 'ServiceMessageObject'.

createServiceMessageObjectBody

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

  1. commonj.sdo.DataObject createServiceMessageObjectBody( java.lang.String namespace,
  2. 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

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

  1. commonj.sdo.DataObject createMessageElement( java.lang.String namespace,
  2. 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

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

createSOAPFaultInfoType

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

createSOAPHeaderType

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

createTargetAddressType

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

createUserContextType

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

createVersionType

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

createWSAHeaderType

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

createWTXContextType

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

createWTXMapInstanceType

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

getServiceMessageObjectPackage

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