org.ws4d.java.service
Class ServiceCommons.PortType

java.lang.Object
  extended by org.ws4d.java.types.AttributableSupport
      extended by org.ws4d.java.service.ServiceCommons.PortType
All Implemented Interfaces:
Attributable
Enclosing class:
ServiceCommons

public static class ServiceCommons.PortType
extends AttributableSupport


Constructor Summary
ServiceCommons.PortType()
           
 
Method Summary
 void addEventSource(ServiceCommons.OperationSignature signature, EventSource event)
           
 void addOperation(ServiceCommons.OperationSignature signature, Operation operation)
           
 boolean contains(ServiceCommons.OperationSignature signature)
           
 EventSource getEventSource(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
           
 Iterator getEventSources()
           
 Operation getOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
           
 Iterator getOperations()
           
 boolean hasEventSources()
           
 boolean hasOperations()
           
 boolean isPlombed()
           
 
Methods inherited from class org.ws4d.java.types.AttributableSupport
equals, getAttribute, getAttributes, hasAttributes, hashCode, serializeAttributes, setAttribute, setAttribute, setAttributes, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceCommons.PortType

public ServiceCommons.PortType()
Method Detail

contains

public boolean contains(ServiceCommons.OperationSignature signature)

hasOperations

public boolean hasOperations()

getOperations

public Iterator getOperations()

getOperation

public Operation getOperation(java.lang.String name,
                              java.lang.String inputName,
                              java.lang.String outputName)

addOperation

public void addOperation(ServiceCommons.OperationSignature signature,
                         Operation operation)

hasEventSources

public boolean hasEventSources()

getEventSources

public Iterator getEventSources()

getEventSource

public EventSource getEventSource(java.lang.String name,
                                  java.lang.String inputName,
                                  java.lang.String outputName)

addEventSource

public void addEventSource(ServiceCommons.OperationSignature signature,
                           EventSource event)

isPlombed

public boolean isPlombed()