com.sun.appserv.management.ext.wsmgmt
Class WebServiceSupport
java.lang.Object
com.sun.appserv.management.ext.wsmgmt.WebServiceSupport
public final class WebServiceSupport
- extends Object
Routines to convert to/from Map and WebService types.
{link com.sun.appserv.management.ext.wsmgmt.WebServiceMgr}
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceSupport
public WebServiceSupport()
mapToMessageTrace
public static MessageTrace mapToMessageTrace(Map<String,Serializable> m)
- Create a MessageTrace represented by a Map.
- Parameters:
m
- a Map representing a MessageTrace.
- Returns:
- an implementation of MessageTrace
mapToWebServiceEndpointInfo
public static WebServiceEndpointInfo mapToWebServiceEndpointInfo(Map<String,Serializable> m)
- Create a WebServiceEndpointInfo represented by a Map.
- Parameters:
m
- a Map representing a WebServiceEndpointInfo.
- Returns:
- an implementation of WebServiceEndpointInfo
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.