org.apache.cxf.service.model
Class ServiceModelUtil
java.lang.Object
org.apache.cxf.service.model.ServiceModelUtil
public final class ServiceModelUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getService
public static Service getService(Exchange exchange)
getTargetNamespace
public static java.lang.String getTargetNamespace(Exchange exchange)
getOperation
public static BindingOperationInfo getOperation(Exchange exchange,
java.lang.String opName)
getOperation
public static BindingOperationInfo getOperation(Exchange exchange,
javax.xml.namespace.QName opName)
getSchema
public static SchemaInfo getSchema(ServiceInfo serviceInfo,
MessagePartInfo messagePartInfo)
getOperationInputPartNames
public static java.util.List<java.lang.String> getOperationInputPartNames(OperationInfo operation)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.