Operation |
Details |
public getPort( Class serviceEndpointInterface):java.rmi.Remote |
Sequential Tags: | throws=javax.xml.rpc.ServiceException
| Notes: | For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown. | |
public getPort( javax.xml.namespace.QName portName, Class serviceEndpointInterface):java.rmi.Remote |
Sequential Tags: | throws=javax.xml.rpc.ServiceException
| Notes: | For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown. | |
public getPorts():java.util.Iterator |
Sequential |
public getServiceName():javax.xml.namespace.QName |
Sequential |
public getWorkflowTypeHandlerService():de.escidoc.www.services.wm.WorkflowTypeHandler |
Sequential Tags: | throws=javax.xml.rpc.ServiceException
| |
public getWorkflowTypeHandlerService( java.net.URL portAddress):de.escidoc.www.services.wm.WorkflowTypeHandler |
Sequential Tags: | throws=javax.xml.rpc.ServiceException
| |
public getWorkflowTypeHandlerServiceAddress():java.lang.String |
Sequential |
public getWorkflowTypeHandlerServiceWSDDServiceName():java.lang.String |
Sequential <<property get>> Tags: | attribute_name=WorkflowTypeHandlerServiceWSDDServiceName
| |
public setEndpointAddress( java.lang.String portName, java.lang.String address):void |
Sequential Tags: | throws=javax.xml.rpc.ServiceException
| Notes: | Set the endpoint address for the specified port name. | |
public setEndpointAddress( javax.xml.namespace.QName portName, java.lang.String address):void |
Sequential Tags: | throws=javax.xml.rpc.ServiceException
| Notes: | Set the endpoint address for the specified port name. | |
public setWorkflowTypeHandlerServiceEndpointAddress( java.lang.String address):void |
Sequential |
public setWorkflowTypeHandlerServiceWSDDServiceName( java.lang.String name):void |
Sequential <<property set>> Tags: | attribute_name=WorkflowTypeHandlerServiceWSDDServiceName
| |
public WorkflowTypeHandlerServiceLocator(): |
Sequential |
public WorkflowTypeHandlerServiceLocator( org.apache.axis.EngineConfiguration config): |
Sequential |
public WorkflowTypeHandlerServiceLocator( java.lang.String wsdlLoc, javax.xml.namespace.QName sName): |
Sequential Tags: | throws=javax.xml.rpc.ServiceException
| |