Package com.sun.xml.ws.rx.mc.dev
Interface WsmcRuntimeProvider
- All Known Implementing Classes:
McClientTube
public interface WsmcRuntimeProvider
This internal API interface provides access to the basic WS-MC runtime features.
- Author:
- Marek Potociar (marek.potociar at sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionProvides the current endpoint's WS-MC annonymous URIvoidThis method may be used by other WS-* client-side implementations to register handlers for the one-way protocol messages that may be received from the server side.
-
Method Details
-
getWsmcAnonymousEndpointReference
WSEndpointReference getWsmcAnonymousEndpointReference()Provides the current endpoint's WS-MC annonymous URI -
registerProtocolMessageHandler
This method may be used by other WS-* client-side implementations to register handlers for the one-way protocol messages that may be received from the server side.
-