|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.providers.jca.toolplugin.PortTypeSelection
public class PortTypeSelection
The PortTypeSelection
class is the representation of a selected PortType
that is passed to the getDefinition
operation of the ImportService. Tool environments
are responsible for constructing instances of this object and passing them to the Import service.
Constructor Summary | |
---|---|
PortTypeSelection(javax.xml.namespace.QName portTypeQName,
OperationSelection[] operationSelection)
Constructs a PortTypeSelection for a given WSDL PortType and selected WSDL Operations |
Method Summary | |
---|---|
OperationSelection[] |
getOperationSelection()
Returns the selected WSDL Operations for the PortType. |
javax.xml.namespace.QName |
getPortTypeQName()
Returns the QName of the selected WSDL PortType. |
void |
setOperationSelection(OperationSelection[] operationSelection)
Sets the selected WSDL Operations for the PortType. |
void |
setPortTypeQName(javax.xml.namespace.QName portTypeQName)
Sets the QName of the selected WSDL PortType. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortTypeSelection(javax.xml.namespace.QName portTypeQName, OperationSelection[] operationSelection)
PortTypeSelection
for a given WSDL PortType and selected WSDL Operations
portTypeQName
- The QName of the WSDL PortType selectedoperationSelection
- The set of WSDL operations that are selected for the given WSDL PortType.Method Detail |
---|
public javax.xml.namespace.QName getPortTypeQName()
public void setPortTypeQName(javax.xml.namespace.QName portTypeQName)
portTypeQName
- The QName to setpublic OperationSelection[] getOperationSelection()
OperationSelection
objects.
public void setOperationSelection(OperationSelection[] operationSelection)
operationSelection
- The operationSelection to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |