いろいろと調べていく内に気づいたけど、 ServiceMixのdestinationServiceを利用したワイヤリングを考えるとSCAのワイヤリングに似ている気がする。
ServiceMix
ServiceMix
2006年04月05日 · コメント(0) · SOA, ServiceMix
Soap-Binding ServiceMixのサービスをSOAP経由でアクセスするためのBCの設定は Provider endpointとしてservicemix-httpコンポーネントを定義すればよいらしい。 まだ明確になっていない。 JMSのサンプルはあるのに(笑)、SOAPがないのでやや不明確。 JMSのサンプルもservicemix-jmsではないので悩ましい。 XBEANがよくわからない・・・ WSDL表記 http://localhost:8192/サービス名/?wsdlとすればよいらしい。 → ソースを確認したところ、サービス名/main..wsdlとしてもよい。 mainは何でも良く、最後は.wsdlならばそれでよい。 mainはソースで置き換えている文字列。
タグ :
ComponentLifeCycleインタフェース
2005年12月09日 · コメント(0) · ServiceMix
ObjectName getExtensionMBeanName() void init(ComponentContext context) void shutDown() void start() void stop() のメソッドを持つインタフェース。ライフサイクルを表している。
タグ :
Componentインタフェース
2005年12月09日 · コメント(0) · ServiceMix
ComponentLifeCycle getLifeCycle() ServiceUnitManager getServiceUnitManager() Document getServiceDescription(ServiceEndpoint endpoint); boolean isExchangeWithConsumerOkay(ServiceEndpoint endpoint,MessageExchange exchange) boolean isExchangeWithProviderOkay(ServiceEndpoint endpoint,MessageExchange exchange) ServiceEndpoint resolveEndpointReference(DocumentFragment epr)
タグ :
MessageExchangeインタフェース
2005年12月09日 · コメント(0) · ServiceMix
メッセージを表すインタフェース。すべての基本といえる。 このインタフェースを継承してMEP毎にインタフェースがある。 例えばInOnlyインタフェースがある。
タグ :