|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSDLOperation | |
|---|---|
| com.sun.xml.ws.api.model.wsdl | |
| com.sun.xml.ws.api.model.wsdl.editable | |
| com.sun.xml.ws.model.wsdl | |
| com.sun.xml.wss.jaxws.impl | |
| com.sun.xml.wss.provider.wsit | |
| Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl |
|---|
| Methods in com.sun.xml.ws.api.model.wsdl that return WSDLOperation | |
|---|---|
WSDLOperation |
WSDLPortType.get(String operationName)
Gets the WSDLOperation for a given operation name |
WSDLOperation |
WSDLBoundOperation.getOperation()
Gets the wsdl:portType/wsdl:operation model - WSDLOperation,
associated with this binding operation. |
WSDLOperation |
WSDLFault.getOperation()
Gives the owning WSDLOperation |
WSDLOperation |
WSDLInput.getOperation()
Gives the owning WSDLOperation |
WSDLOperation |
WSDLOutput.getOperation()
Gives the owning WSDLOperation |
| Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLOperation | |
|---|---|
Iterable<? extends WSDLOperation> |
WSDLPortType.getOperations()
Gets Iterable<WSDLOperation> |
| Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl.editable |
|---|
| Subinterfaces of WSDLOperation in com.sun.xml.ws.api.model.wsdl.editable | |
|---|---|
interface |
EditableWSDLOperation
|
| Uses of WSDLOperation in com.sun.xml.ws.model.wsdl |
|---|
| Classes in com.sun.xml.ws.model.wsdl that implement WSDLOperation | |
|---|---|
class |
WSDLOperationImpl
Implementaiton of WSDLOperation |
| Uses of WSDLOperation in com.sun.xml.wss.jaxws.impl |
|---|
| Methods in com.sun.xml.wss.jaxws.impl with parameters of type WSDLOperation | |
|---|---|
protected String |
SecurityClientTube.getAction(WSDLOperation operation,
boolean inComming)
|
protected String |
SecurityServerTube.getAction(WSDLOperation operation,
boolean inComming)
|
protected abstract String |
SecurityTubeBase.getAction(WSDLOperation operation,
boolean isIncomming)
|
| Uses of WSDLOperation in com.sun.xml.wss.provider.wsit |
|---|
| Methods in com.sun.xml.wss.provider.wsit with parameters of type WSDLOperation | |
|---|---|
protected abstract String |
WSITAuthContextBase.getAction(WSDLOperation operation,
boolean isIncomming)
|
protected String |
WSITClientAuthContext.getAction(WSDLOperation operation,
boolean inComming)
|
protected String |
WSITServerAuthContext.getAction(WSDLOperation operation,
boolean inComming)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||