TAKAが試したこと考えたこと

いろいろと考えることがありますね

TAKAが試したこと考えたこと header image 4

ServiceMix

ServiceMix

2006年04月09日 · コメント(0) · SOA, ServiceMix

いろいろと調べていく内に気づいたけど、 ServiceMixのdestinationServiceを利用したワイヤリングを考えるとSCAのワイヤリングに似ている気がする。

[続きを読む →]

タグ :

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インタフェースがある。

[続きを読む →]

タグ :