org.jboss.test.security.service
Interface HttpsClientMBean

All Superinterfaces:
Service (src) , ServiceMBean (src)
All Known Implementing Classes:
HttpsClient (src)

public interface HttpsClientMBean
extends ServiceMBean (src)

An mbean interface for testing https URLs inside the JBoss server.


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.lang.String readURL(java.lang.String urlString)
          Read the contents of the given URL and return it.
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Method Detail

readURL

public java.lang.String readURL(java.lang.String urlString)
                         throws java.io.IOException
Read the contents of the given URL and return it.

Throws:
java.io.IOException