public class CallInvocationHandler extends Object implements InvocationHandler, javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Modifier and Type | Method and Description |
|---|---|
String |
_getDefaultEnvelopeEncodingStyle() |
String |
_getEncodingStyle() |
String |
_getImplicitEnvelopeEncodingStyle() |
Object |
_getProperty(String name) |
Iterator |
_getPropertyNames() |
void |
_setEncodingStyle(String encodingStyle) |
void |
_setProperty(String name,
Object value) |
void |
addCall(Method key,
javax.xml.rpc.Call call) |
protected Object |
doCall(javax.xml.rpc.Call call,
Object[] args) |
protected Object |
doNonPort(Method method,
Object[] args) |
javax.xml.rpc.Call |
getCall(Method key) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public void addCall(Method key, javax.xml.rpc.Call call)
public javax.xml.rpc.Call getCall(Method key)
public Object invoke(Object proxy, Method method, Object[] args) throws Exception
invoke in interface InvocationHandlerExceptionprotected Object doCall(javax.xml.rpc.Call call, Object[] args) throws RemoteException
RemoteExceptionpublic void _setProperty(String name, Object value)
_setProperty in interface javax.xml.rpc.Stubpublic Object _getProperty(String name)
_getProperty in interface javax.xml.rpc.Stubpublic Iterator _getPropertyNames()
_getPropertyNames in interface javax.xml.rpc.Stubpublic String _getDefaultEnvelopeEncodingStyle()
public String _getImplicitEnvelopeEncodingStyle()
public String _getEncodingStyle()
public void _setEncodingStyle(String encodingStyle)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.