-
public interface WsmcRuntimeProviderThis internal API interface provides access to the basic WS-MC runtime features.- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sun.xml.ws.api.addressing.WSEndpointReferencegetWsmcAnonymousEndpointReference()Provides the current endpoint's WS-MC annonymous URIvoidregisterProtocolMessageHandler(ProtocolMessageHandler handler)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.
-
-
-
Method Detail
-
getWsmcAnonymousEndpointReference
com.sun.xml.ws.api.addressing.WSEndpointReference getWsmcAnonymousEndpointReference()
Provides the current endpoint's WS-MC annonymous URI
-
registerProtocolMessageHandler
void registerProtocolMessageHandler(ProtocolMessageHandler handler)
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.
-
-