Apache CXF API

org.apache.cxf.ws.mex
Class MEXUtils

java.lang.Object
  extended by org.apache.cxf.ws.mex.MEXUtils

public final class MEXUtils
extends Object


Method Summary
static List<Element> getPolicies(Server server, String id)
           
static Map<String,String> getPolicyLocations(Server server)
           
static Map<String,String> getSchemaLocations(Server server)
           
static List<Element> getSchemas(Server server, String id)
           
static List<Element> getWSDLs(Server server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWSDLs

public static List<Element> getWSDLs(Server server)

getSchemaLocations

public static Map<String,String> getSchemaLocations(Server server)

getSchemas

public static List<Element> getSchemas(Server server,
                                       String id)

getPolicyLocations

public static Map<String,String> getPolicyLocations(Server server)

getPolicies

public static List<Element> getPolicies(Server server,
                                        String id)

Apache CXF API

Apache CXF