|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfedora.server.utilities.AxisUtility
Title: AxisUtility.java
Description:
-----------------------------------------------------------------------------License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/.
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
The entire file consists of original code. Copyright © 2002-2005 by The Rector and Visitors of the University of Virginia and Cornell University. All rights reserved.
-----------------------------------------------------------------------------
| Field Summary | |
static java.lang.String |
SOAP_FAULT_CODE_NAMESPACE
The (SOAP[version-specific] spec-dictated) namespace for fault codes. |
static java.lang.String |
SOAP_ULTIMATE_RECEIVER
Similar to above, this is "actor" in soap1_1 and "role" in 1_2. |
| Constructor Summary | |
AxisUtility()
|
|
| Method Summary | |
static org.apache.axis.AxisFault |
getFault(java.lang.Exception e)
|
static org.apache.axis.AxisFault |
getFault(ServerException se)
|
static void |
main(java.lang.String[] args)
|
static boolean |
serverActive(java.net.URL url,
int timeoutSeconds)
|
static void |
showDeployUsage()
|
static void |
throwFault(ServerException se)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String SOAP_FAULT_CODE_NAMESPACE
public static java.lang.String SOAP_ULTIMATE_RECEIVER
| Constructor Detail |
public AxisUtility()
| Method Detail |
public static void throwFault(ServerException se)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic static org.apache.axis.AxisFault getFault(ServerException se)
public static org.apache.axis.AxisFault getFault(java.lang.Exception e)
public static void showDeployUsage()
public static boolean serverActive(java.net.URL url,
int timeoutSeconds)
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||