Java EE 5 SDK

com.sun.appserv.management.ext.wsmgmt
Class WebServiceSupport

java.lang.Object
  extended by 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}


Constructor Summary
WebServiceSupport()
           
 
Method Summary
static MessageTrace mapToMessageTrace(Map<String,Serializable> m)
          Create a MessageTrace represented by a Map.
static WebServiceEndpointInfo mapToWebServiceEndpointInfo(Map<String,Serializable> m)
          Create a WebServiceEndpointInfo represented by a Map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceSupport

public WebServiceSupport()
Method Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.