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.
    • 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 Business Process ManagerTM
Release 8