org.activiti.engine.impl.webservice
类 WSService

java.lang.Object
  继承者 org.activiti.engine.impl.webservice.WSService
所有已实现的接口:
BpmnInterfaceImplementation

public class WSService
extends Object
implements BpmnInterfaceImplementation

Represents a WS implementation of a BpmnInterface

作者:
Esteban Robles Luna

字段摘要
protected  SyncWebServiceClient client
           
protected  String location
           
protected  String name
           
protected  Map<String,WSOperation> operations
           
protected  String wsdlLocation
           
 
构造方法摘要
WSService(String name, String location, String wsdlLocation)
           
WSService(String name, String location, SyncWebServiceClient client)
           
 
方法摘要
 void addOperation(WSOperation operation)
           
 String getLocation()
           
 String getName()
          
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

name

protected String name

location

protected String location

operations

protected Map<String,WSOperation> operations

wsdlLocation

protected String wsdlLocation

client

protected SyncWebServiceClient client
构造方法详细信息

WSService

public WSService(String name,
                 String location,
                 String wsdlLocation)

WSService

public WSService(String name,
                 String location,
                 SyncWebServiceClient client)
方法详细信息

addOperation

public void addOperation(WSOperation operation)

getName

public String getName()

指定者:
接口 BpmnInterfaceImplementation 中的 getName
返回:
the name of this implementation

getLocation

public String getLocation()


Copyright © 2013 Alfresco. All rights reserved.