|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceMessageObjectFactory
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 |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
static final ServiceMessageObjectFactory INSTANCE
static final ServiceMessageObjectFactory eINSTANCE
Method Detail |
---|
AttachmentType createAttachmentType()
ComplexPropertyType createComplexPropertyType()
ContextType createContextType()
DocumentRoot createDocumentRoot()
DynamicPropertyContextType createDynamicPropertyContextType()
DynamicPropertySetType createDynamicPropertySetType()
EISHeaderType createEISHeaderType()
EndpointLookupContextType createEndpointLookupContextType()
FailInfoType createFailInfoType()
FanOutContextType createFanOutContextType()
FaultType createFaultType()
HeadersType createHeadersType()
HTTPHeaderType createHTTPHeaderType()
InvocationPathType createInvocationPathType()
JMSHeaderType createJMSHeaderType()
MQChainedHeaderType createMQChainedHeaderType()
MQHeaderType createMQHeaderType()
PrimitiveContextType createPrimitiveContextType()
PrimitiveType createPrimitiveType()
PropertyType createPropertyType()
RegistryAnnotationsType createRegistryAnnotationsType()
RegistryPropertyType createRegistryPropertyType()
RegistryRelationshipType createRegistryRelationshipType()
ServiceMessageObject createServiceMessageObject()
ServiceMessageObject createServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage, commonj.sdo.DataObject transientContext, commonj.sdo.DataObject correlation)
ServiceMessageObject createServiceMessageObject(javax.xml.namespace.QName bodyType)
ServiceMessageObject createServiceMessageObject(java.lang.String namespace, java.lang.String bodyType)
ServiceMessageObject createRequestServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage)
ServiceMessageObject createResponseServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage, commonj.sdo.DataObject transientContext, commonj.sdo.DataObject correlation)
ServiceMessageObject createFaultServiceMessageObject(com.ibm.wsspi.sca.message.Message scaMessage, commonj.sdo.DataObject transientContext, commonj.sdo.DataObject correlation, ServiceMessageObject requestSMO)
commonj.sdo.DataObject createServiceMessageObjectBody(javax.xml.namespace.QName bodyType)
commonj.sdo.DataObject createServiceMessageObjectBody(java.lang.String namespace, java.lang.String bodyType)
commonj.sdo.DataObject createMessageElement(javax.xml.namespace.QName elementType)
commonj.sdo.DataObject createMessageElement(java.lang.String namespace, java.lang.String elementType)
SMOHeaderType createSMOHeaderType()
SOAPFaultInfoType createSOAPFaultInfoType()
SOAPHeaderType createSOAPHeaderType()
TargetAddressType createTargetAddressType()
UserContextType createUserContextType()
VersionType createVersionType()
WSAHeaderType createWSAHeaderType()
WTXContextType createWTXContextType()
WTXMapInstanceType createWTXMapInstanceType()
com.ibm.websphere.sibx.smobo.ServiceMessageObjectPackage getServiceMessageObjectPackage()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |