public interface Interface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Operation> |
getOperations()
Method returns the list of
Operation s of the specified interface. |
java.util.Collection<OperationType> |
getOperationTypes()
Method returns the list of
OperationType s of the specified interface. |
javax.xml.namespace.QName |
getPortType()
Method returns the
QName of the specified interface. |
static final java.lang.String COPYRIGHT
javax.xml.namespace.QName getPortType()
QName
of the specified interface.QName
of the specified interface.java.util.Collection<Operation> getOperations()
Operation
s of the specified interface.Operation
s of the specified interface.java.util.Collection<OperationType> getOperationTypes()
OperationType
s of the specified interface.OperationType
s of the specified interface.