public class MDPWSProxyService
extends org.ws4d.java.service.ProxyService
| Modifier and Type | Class and Description |
|---|---|
protected class |
MDPWSProxyService.MDPWSProxyOperation |
| Modifier and Type | Field and Description |
|---|---|
protected InternalObservable |
internalObservable |
protected org.ws4d.java.structures.HashMap |
streams |
| Constructor and Description |
|---|
MDPWSProxyService(org.ws4d.java.dispatch.ServiceReferenceInternal serviceReference,
java.lang.String comManId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(java.util.Observer arg0) |
int |
countObservers() |
protected org.ws4d.java.service.Operation |
createOperation(org.ws4d.java.description.wsdl.WSDLOperation wsdlOperation) |
void |
deleteObserver(java.util.Observer arg0) |
void |
deleteObservers() |
protected org.ws4d.java.service.parameter.ParameterValue |
dispatchInvokeInternal(org.ws4d.java.service.Operation op,
MDPWSMessageContextMap msgContextMap,
org.ws4d.java.service.parameter.ParameterValue parameterValue,
MDPWSMessageContextMap replyMessageCtxtMap,
org.ws4d.java.security.CredentialInfo credInfo) |
StreamSourceCommons |
getStreamSource(java.lang.String outputAction) |
org.ws4d.java.structures.Iterator |
getStreamSources() |
boolean |
hasChanged() |
void |
initialize(org.ws4d.java.dispatch.ServiceReferenceInternal serviceReference,
java.lang.String comManId) |
void |
notifyObservers() |
void |
notifyObservers(java.lang.Object arg0) |
protected void |
prepareWSDLOnServiceLevel(org.ws4d.java.description.wsdl.WSDL wsdl) |
protected void |
processWSDLPortType(org.ws4d.java.description.wsdl.WSDLPortType portType) |
void |
resetPortType(org.ws4d.java.description.wsdl.WSDLPortType portType) |
void |
setChanged() |
appendPortTypes, createCallbackHandler, createEventSource, disconnectAllServiceReferences, dispatchInvoke, dispatchInvoke, dispatchInvoke, getComManId, getDescription, getEprInfos, getParentDeviceReference, getPortTypeCount, getPortTypes, getServiceId, getServiceReference, getStatus, isRemote, renew, setCustomMData, subscribe, unsubscribeequals, getAllEventSources, getAllOperations, getCustomMData, getDescriptions, getEventsInternal, getEventSource, getEventSources, getExistingDescription, getOperation, getOperations, getPortTypeAttribute, getPortTypeAttributes, getPortTypesInternal, hashCode, hasPortTypeAttributes, setPortTypeAttribute, setPortTypeAttributes, toStringprotected final InternalObservable internalObservable
protected final org.ws4d.java.structures.HashMap streams
public MDPWSProxyService(org.ws4d.java.dispatch.ServiceReferenceInternal serviceReference,
java.lang.String comManId)
throws org.ws4d.java.dispatch.MissingMetadataException
org.ws4d.java.dispatch.MissingMetadataExceptionpublic void resetPortType(org.ws4d.java.description.wsdl.WSDLPortType portType)
public void initialize(org.ws4d.java.dispatch.ServiceReferenceInternal serviceReference,
java.lang.String comManId)
throws java.lang.InstantiationException,
org.ws4d.java.dispatch.MissingMetadataException
initialize in class org.ws4d.java.service.ProxyServicejava.lang.InstantiationExceptionorg.ws4d.java.dispatch.MissingMetadataExceptionprotected void processWSDLPortType(org.ws4d.java.description.wsdl.WSDLPortType portType)
processWSDLPortType in class org.ws4d.java.service.ServiceCommonsprotected org.ws4d.java.service.Operation createOperation(org.ws4d.java.description.wsdl.WSDLOperation wsdlOperation)
createOperation in class org.ws4d.java.service.ProxyServicepublic StreamSourceCommons getStreamSource(java.lang.String outputAction)
public org.ws4d.java.structures.Iterator getStreamSources()
protected void prepareWSDLOnServiceLevel(org.ws4d.java.description.wsdl.WSDL wsdl)
prepareWSDLOnServiceLevel in class org.ws4d.java.service.ProxyServiceprotected org.ws4d.java.service.parameter.ParameterValue dispatchInvokeInternal(org.ws4d.java.service.Operation op,
MDPWSMessageContextMap msgContextMap,
org.ws4d.java.service.parameter.ParameterValue parameterValue,
MDPWSMessageContextMap replyMessageCtxtMap,
org.ws4d.java.security.CredentialInfo credInfo)
throws org.ws4d.java.service.InvocationException,
org.ws4d.java.communication.CommunicationException
org.ws4d.java.service.InvocationExceptionorg.ws4d.java.communication.CommunicationExceptionpublic void addObserver(java.util.Observer arg0)
public int countObservers()
public void deleteObserver(java.util.Observer arg0)
public void deleteObservers()
public boolean hasChanged()
public void notifyObservers()
public void notifyObservers(java.lang.Object arg0)
public void setChanged()