public class NativeStyleServiceSoapBindingStub extends org.apache.axis.client.Stub implements NativeStyleServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
NativeStyleServiceSoapBindingStub() |
NativeStyleServiceSoapBindingStub(javax.xml.rpc.Service service) |
NativeStyleServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
NativeStyle[] |
createNativeStyles(NativeStyle[] nativeStyles)
Creates new
NativeStyle objects. |
NativeStylePage |
getNativeStylesByStatement(Statement filterStatement)
|
UpdateResult |
performNativeStyleAction(NativeStyleAction nativeStyleAction,
Statement filterStatement)
Performs actions on
native styles that
match the given Statement. |
NativeStyle[] |
updateNativeStyles(NativeStyle[] nativeStyles)
Updates the specified
NativeStyle objects. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic NativeStyleServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic NativeStyleServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic NativeStyleServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic NativeStyle[] createNativeStyles(NativeStyle[] nativeStyles) throws RemoteException, ApiException
NativeStyleServiceInterfaceNativeStyle objects.createNativeStyles in interface NativeStyleServiceInterfacenativeStyles - the native styles to createRemoteExceptionApiExceptionpublic NativeStylePage getNativeStylesByStatement(Statement filterStatement) throws RemoteException, ApiException
NativeStyleServiceInterfaceNativeStylePage of NativeStyle
objects that satisfy
the given Statement. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
NativeStyle.id |
name |
NativeStyle.name |
getNativeStylesByStatement in interface NativeStyleServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of
native styles.RemoteExceptionApiExceptionpublic UpdateResult performNativeStyleAction(NativeStyleAction nativeStyleAction, Statement filterStatement) throws RemoteException, ApiException
NativeStyleServiceInterfacenative styles that
match the given Statement.performNativeStyleAction in interface NativeStyleServiceInterfacenativeStyleAction - the action to performfilterStatement - a Publisher Query Language statement to filter
a set of native stylesRemoteExceptionApiExceptionpublic NativeStyle[] updateNativeStyles(NativeStyle[] nativeStyles) throws RemoteException, ApiException
NativeStyleServiceInterfaceNativeStyle objects.updateNativeStyles in interface NativeStyleServiceInterfacenativeStyles - the native styles to be updatedRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.