Package org.apache.cxf.ws.mex
Class MEXUtils
- java.lang.Object
-
- org.apache.cxf.ws.mex.MEXUtils
-
public final class MEXUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Element>getPolicies(org.apache.cxf.endpoint.Server server, String id)static Map<String,String>getPolicyLocations(org.apache.cxf.endpoint.Server server)static Map<String,String>getSchemaLocations(org.apache.cxf.endpoint.Server server)static List<Element>getSchemas(org.apache.cxf.endpoint.Server server, String id)static List<Element>getWSDLs(org.apache.cxf.endpoint.Server server)
-
-
-
Method Detail
-
getSchemaLocations
public static Map<String,String> getSchemaLocations(org.apache.cxf.endpoint.Server server)
-
getSchemas
public static List<Element> getSchemas(org.apache.cxf.endpoint.Server server, String id)
-
getPolicyLocations
public static Map<String,String> getPolicyLocations(org.apache.cxf.endpoint.Server server)
-
-