|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditableWSDLPortType
| Method Summary | |
|---|---|
void |
freeze()
Freezes WSDL model to prevent further modification |
EditableWSDLOperation |
get(String operationName)
Gets the WSDLOperation for a given operation name |
Iterable<? extends EditableWSDLOperation> |
getOperations()
Gets Iterable<WSDLOperation> |
void |
put(String opName,
EditableWSDLOperation ptOp)
Associate WSDL operation with operation name |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLPortType |
|---|
getName |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible |
|---|
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
|---|
getLocation |
| Method Detail |
|---|
EditableWSDLOperation get(String operationName)
WSDLPortTypeWSDLOperation for a given operation name
get in interface WSDLPortTypeoperationName - non-null operationName
WSDLOperation is not foundIterable<? extends EditableWSDLOperation> getOperations()
WSDLPortTypeIterable<WSDLOperation>
getOperations in interface WSDLPortType
void put(String opName,
EditableWSDLOperation ptOp)
opName - Operation nameptOp - Operationvoid freeze()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||