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
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
|
eINSTANCE
|
|
INSTANCE
The singleton instance of the factory
|
Method Summary
Modifier and Type | Method and Description |
---|---|
createAttachmentType()
Returns a new object of class 'Attachment Type'
|
|
createComplexPropertyType()
Returns a new object of class 'Complex Property Type'
|
|
createContextType()
Returns a new object of class 'Context Type'
|
|
createDocumentRoot()
Returns a new object of class 'Document Root'
|
|
createDynamicPropertyContextType()
Returns a new object of class 'Dynamic Property Context Type'
|
|
createDynamicPropertySetType()
Returns a new object of class 'Dynamic Property Set Type'
|
|
createEISHeaderType()
Returns a new object of class 'EIS Header Type'
|
|
createEndpointLookupContextType()
Returns a new object of class 'Endpoint Lookup Context Type'
|
|
createFailInfoType()
Returns a new object of class 'Fail Info Type'
|
|
createFanOutContextType()
Returns a new object of class 'Fan Out Context Type'
|
|
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'.
|
|
createFaultType()
Returns a new object of class 'Fault Type'
|
|
createHeadersType()
Returns a new object of class 'Headers Type'
|
|
createHTTPHeaderType()
Returns a new object of class 'HTTP Header Type'
|
|
createInvocationPathType()
Returns a new object of class 'Invocation Path Type'
|
|
createJMSHeaderType()
Returns a new object of class 'JMS Header Type'
|
|
|
createMessageElement(javax.xml.namespace.QName elementType)
Creates a new 'DataObject' corresponding to the
XML Schema global element definition specified by the
bodyType argument.
|
|
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.
|
createMQChainedHeaderType()
Returns a new object of class 'MQ Chained Header Type'
|
|
createMQHeaderType()
Returns a new object of class 'MQ Header Type'
|
|
createPrimitiveContextType()
Returns a new object of class 'Primitive Context Type'
|
|
createPrimitiveType()
Returns a new object of class 'Primitive Type'
|
|
createPropertyType()
Returns a new object of class 'Property Type'
|
|
createRegistryAnnotationsType()
Returns a new object of class 'Registry Annotations Type'
|
|
createRegistryPropertyType()
Returns a new object of class 'Registry Property Type'
|
|
createRegistryRelationshipType()
Returns a new object of class 'Registry Relationship Type'
|
|
createRequestServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage)
Returns a new request object of class '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'.
|
|
createServiceMessageObject()
Returns a new object of class 'Service Message Object'
|
|
createServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage,commonj.sdo.DataObject transientContext,commonj.sdo.DataObject correlation)
Returns a new object of class '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.
|
|
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.
|
|
|
createServiceMessageObjectBody(javax.xml.namespace.QName bodyType)
Creates a new 'DataObject' corresponding to the
WSDL message specified by the
bodyType argument.
|
|
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.
|
createSMOHeaderType()
Returns a new object of class 'SMO Header Type'
|
|
createSOAPFaultInfoType()
Returns a new object of class 'SOAP Fault Info Type'
|
|
createSOAPHeaderType()
Returns a new object of class 'SOAP Header Type'
|
|
createTargetAddressType()
Returns a new object of class 'Target Address Type'
|
|
createUserContextType()
Returns a new object of class 'User Context Type'
|
|
createVersionType()
Returns a new object of class 'Version Type'
|
|
createWSAHeaderType()
Returns a new object of class 'WSA Header Type'
|
|
createWTXContextType()
Returns a new object of class 'WTX Context Type'
|
|
createWTXMapInstanceType()
Returns a new object of class 'WTX Map Instance Type'
|
|
|
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:
$sccsid
- static final java.lang.String $sccsid
See Also:
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( )